- Status Closed
- Percent Complete
- Task Type Patches
- Category User Interface → Themes
- Assigned To No-one
- Operating System All players
- Severity Low
- Priority Very Low
- Reported Version Release 3.4
- Due in Version Undecided
-
Due Date
Undecided
- Votes
- Private
FS#11263 - Radio art
This makes the %Cl and %C tags work in the fm screen skin!
to use it you must be in presets mode, and have a preset file loaded. then in the fmpresets folder you need one .bmp for each station named the same as it is in the presets file.
this first version only loads bmp…
Closed by jdgordon
2010-05-16 11:14
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
2010-05-16 11:14
Reason for closing: Accepted
Additional comments about closing: Warning: Undefined array key "typography" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 371 Warning: Undefined array key "camelcase" in /home/rockbox/flyspray/plugins/dokuwiki/inc/parserutils.php on line 407
in r26078
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Updated patch to correct compile errors (changed strncpy to strlcpy)
this version stores 10 images so there should be no load at all when changing stations if the image was loaded already.
It will fail if more than 10 images need to be loaded though (simple fix but running out now)
Fix %?C not working and %C for radio not working in sbs.
dump the oldest image if we need to load more than 10, or there isnt enough room on the buffer (pretty much untested).
This is commitable now except going into the recording screen then back into fm with a station expecting an image will very likely crash the player!
Also seach for .jpg in the same folder (.bmp first though.. order can be changed)
%?C and .jpg support tested - no problems detected
Entering recording screen from fm screen caused: Data abort at 00008ea4 (0)
This happens even after stopping the fm radio. If you start playback and then go to the recording screen, it does not crash.
thanks, yeah that is what I was expecting. I'm not entirely sure how to make this perfectly safe but I'll play today if I get a chance
This should fix the recording problems. It isnt really as clean as I would like though… please let me know if it does work (radioart should stop working as soon as you try recording. stopping the recording should make it work again)
No more crashes with this latest patch. On e200, when recording, it goes to the recording screen, so no radioart anyway.