Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Add Clear/Add option
#12
Actually it's already implemented in moode.php but not in the context menu...  Smile

So, for a single item it's simply adding


Code:
<li><a href="#notarget" data-cmd="add_item_next"><i class="fal fa-plus-circle sx"></i> Add next</a></li>

to

Code:
<div id="context-menu-folder-item" class="context-menu">
 <ul class="dropdown-menu" role="menu">
  <li><a href="#notarget" data-cmd="add_item"><i class="fal fa-plus sx"></i> Add</a></li>
  <li><a href="#notarget" data-cmd="play_item"><i class="fal fa-play sx"></i> Play</a></li>
  <li><a href="#notarget" data-cmd="add_item_next"><i class="fal fa-plus-circle sx"></i> Add next</a></li>
  <li><a href="#notarget" data-cmd="clear_play_item"><i class="fal fa-chevron-square-right sx"></i> Clear/Play</a></li>
  <li><a href="#notarget" data-cmd="track_info_folder"><i class="fal fa-music sx"></i> Track info</a></li>
 </ul>
</div>

in the indextpl.html

The same for adding a folder is not properly working with the actual script - it adds the first song and puts the rest at the end - but this should be easily fixed...
Reply


Messages In This Thread
Add Clear/Add option - by Macdelf - 01-22-2021, 03:38 PM
RE: Add Clear/Add option - by TheOldPresbyope - 01-22-2021, 03:52 PM
RE: Add Clear/Add option - by Macdelf - 01-22-2021, 03:54 PM
RE: Add Clear/Add option - by the_bertrum - 01-22-2021, 04:05 PM
RE: Add Clear/Add option - by TheOldPresbyope - 01-22-2021, 04:15 PM
RE: Add Clear/Add option - by Tim Curtis - 01-22-2021, 04:18 PM
RE: Add Clear/Add option - by Stephanowicz - 02-09-2021, 10:03 AM
RE: Add Clear/Add option - by Tim Curtis - 02-09-2021, 01:08 PM
RE: Add Clear/Add option - by Stephanowicz - 02-11-2021, 09:40 PM
RE: Add Clear/Add option - by Tim Curtis - 02-11-2021, 10:06 PM
RE: Add Clear/Add option - by Stephanowicz - 02-12-2021, 10:27 AM
RE: Add Clear/Add option - by Stephanowicz - 02-12-2021, 03:05 PM
RE: Add Clear/Add option - by Stephanowicz - 02-14-2021, 07:46 PM

Forum Jump: