This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#1028 - Add current playing track to 1 of 10 files
Attached to Project:
Rockbox
Opened by David L. Reis (bu88a1) - Thursday, 06 March 2003, 20:53 GMT+1
Last edited by Blue Chip (bluechip) - Sunday, 20 June 2004, 04:07 GMT+1
Opened by David L. Reis (bu88a1) - Thursday, 06 March 2003, 20:53 GMT+1
Last edited by Blue Chip (bluechip) - Sunday, 20 June 2004, 04:07 GMT+1
|
DetailsThis is intended to replace patch # 697340 submitted
anonymously by me. It can be removed. Patch from daily build # 20030306 Works for Recorder Only! allows you to add the currently playing track to 1 of 6 files. File 1 - A playlist containing your favs. ~Hot Picks.m3u File # 2 - 6 - Accessory files to track certain songs could be used to store possible deletes, edits, etc. ~UsrFlg1.txt thru ~UsrFlg5.txt Use: From WPS screen: Press F3 Presented with screen: Add Track To: ~UsrFlg1 ~HotLst << >> Press >> or << to add currently playing track to selected file. Sucess responds with << OK >> Works great for reviewing a long playlist such as the /root.m3u. Also up and down buttons will change the number of the ~UsrFlg1.txt file 1-5 available. |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Saturday, 26 August 2006, 01:20 GMT+1
Reason for closing: Out of Date
Additional comments about closing: playlist catalog can do this.
Saturday, 26 August 2006, 01:20 GMT+1
Reason for closing: Out of Date
Additional comments about closing: playlist catalog can do this.
Some changes to functionality.
If F3 from WPS .. no change
if F3 from Dir Browse
add currently viewed filename to ~UsrFlg1-5.txt or
~UsrHot.m3u
Bubba
UPDATE
Newest patch file 04-22-03 HotList.patch
Bubba
Updated patch against 5-23-2003 cvs
Nice feature, but the patch is unacceptable in this condition
for two reasons:
1: It hijacks the UI. That must wait for the new UI order.
2: It works on recorder only, due to #1... There is no reason
this can't work on players, given a more flexible UI approach.
Use the simulator to test it on players if you don't have the
hardware.
Updated patch against 7-21-2003 cvs
Converted to add_track.rock
Left side selections Right side selections
DEL.TXT HotLst1.m3u - HotLst5.m3u
EDT.TXT
RIP.TXT
TAG.TXT
USR.TXT
Off button cancels selection.
This patch has been changed to operate as a pluggin.
New File apps/pluggins/add_track.c
Why isn't this file in the daily builds? I've been using it,
incredibly useful....
Compiled Add_Track Rock added to downloadable files
added patch binarys that hijack the F3 key from the WPS
screen and starts add_track.rock
Files include:
rockbox.ucl flashable binary
ajbrec.ajz rolo-able binary
I am getting request to include this in the audio-3587 build
until rockbox acquires the power to absorb these changes.
Is the core patch code available?