04-27-2020, 12:09 PM
(04-27-2020, 05:13 AM)DRONE7 Wrote:(04-27-2020, 02:09 AM)DRONE7 Wrote:(04-27-2020, 01:54 AM)seanbranam Wrote:(04-27-2020, 01:09 AM)DRONE7 Wrote:(04-27-2020, 12:37 AM)seanbranam Wrote: Thanks for your work Tim, I hope to contribute as best I can.
I'm not a coder, but am a seasoned (old) IT professional.
I've noticed something odd with adding radio stations.
Some entries do not update the jpg when I enter them.
The last version didn't have any problem with my entries.
Let me know what you'd like from me and I'll provide it
This isn't urgent. The stations play fine.
2 things to check...from the main (m) moOde menu... Update Library...this regenerates the thumbnail cache at the same time...
Same menu, after update do a Refresh.
Reopen the radio page...are the .jpgs showing now ?
-Bob
Nope.
I refreshed from moode, as well as the browser.
These are stations you have added manually and with artwork ?
One final refresh to try...at the top of the radio library page 3rd icon in (between 'home' and 'settings') is a refresh for the radios. Does that work?
Might be a bug...?
If I create a station but do not name it...ie leave first input as "New Station" then I can add , save and have instantly appear in the radio page an image of my choice.
If I create a station and name it and add an image then I can no longer get any added image to appear no matter how many and what type of refresh I do it stays as the default 'moOde audio'
-Bob
I'm not able to repro. I successfully aded a station named AAA New Station w/logo and it appeared instantly in Radio view.
You could try verifying the logo image was actually actually created by looking in the directories below for the file.
Code:
pi@rp3:~ $ ls -l /var/www/images/radio-logos/
total 14916
-rwxr-xr-x 1 root root 27836 Apr 26 16:37 '1.FM - Blues Radio.jpg'
-rwxr-xr-x 1 root root 72937 Apr 26 16:37 '2BOB Radio 104.7 FM.jpg'
-rwxr-xr-x 1 root root 20094 Apr 26 16:37 '4ZZZ FM 102.1 - Alternative.jpg'
-rwxr-xr-x 1 root root 214014 Apr 26 16:37 '6forty Radio.jpg'
-rw-r--r-- 1 root root 12943 Apr 27 07:50 'AAA New station.jpg'
.
.
pi@rp3:~ $ ls -l /var/www/images/radio-logos/thumbs
total 2468
-rwxr-xr-x 1 root root 6553 Apr 26 16:37 '1.FM - Blues Radio.jpg'
-rwxr-xr-x 1 root root 19200 Apr 26 16:37 '2BOB Radio 104.7 FM.jpg'
-rwxr-xr-x 1 root root 6612 Apr 26 16:37 '4ZZZ FM 102.1 - Alternative.jpg'
-rwxr-xr-x 1 root root 25128 Apr 26 16:37 '6forty Radio.jpg'
-rw-r--r-- 1 root root 5472 Apr 27 07:50 'AAA New station.jpg'
.
.