"el.wubo" wrote:
Can you try copying
Grateful Dead\Commercial Releases\Built to Last
down to a lower level in the directory tree to test this theory?
I tested nesting a song down to 8 levels in the latest release and it played without difficulty but I'll investigate it further if we can show that this specific album works when it's at a less nested path.
Copied the "Built to Last" into the same folder as the Arron Nevel where albums played - guess what - it played fine.
"el.wubo" wrote:
Non-english characters: Our support is somewhat improved. You should now be able to navigate to folders with non-english characters in the song names though the songs with non-english characters may not display properly due to a bug in the ID3 library I'm using. I'll look into that and fix it if I can.
buaboo:
Excellent. Glad you're making progress.
Can you telnet to port 8085 of your Roku and send me what you see there?
The player will automatically loop through every song in a folder indefinitely. You only need to manually intervene if you want to start playing songs in a different folder.
"el.wubo" wrote:
calicommando and deftone:
Just added support for remembering where you were on the previous screen. This feature is in the latest version. Make sure you update your client after you download.
"buaboo" wrote:
Onecaribu is trying to help me offline on this issue, but I thought I would post it here so I don't keep bothering one person.
I am trying to modify the init.d so I can start rs_serve.py automatically when the NAS reboots. I created the below script which works when I execute it manually, but I can't seem to get it to work automagically (I did do a chmod 777 on the script)
chdir /share/Public/media
/opt/bin/python2.6 ./rss_server.py
I placed this script called it pythstart in /share/Public/media (where the rss_server.py is...
Any thoughts?
"dellsweig" wrote:"buaboo" wrote:
Onecaribu is trying to help me offline on this issue, but I thought I would post it here so I don't keep bothering one person.
I am trying to modify the init.d so I can start rs_serve.py automatically when the NAS reboots. I created the below script which works when I execute it manually, but I can't seem to get it to work automagically (I did do a chmod 777 on the script)
chdir /share/Public/media
/opt/bin/python2.6 ./rss_server.py
I placed this script called it pythstart in /share/Public/media (where the rss_server.py is...
Any thoughts?
Depending on the version on Linux running on your NAS - you may have to do a :
chkstat -add
You distro may vary
"buaboo" wrote:
I have Maxtor which is running a version of freenas.. Not sure if that helps or not..
I tried doing chkstat -add at command line and it said it was not found."dellsweig" wrote:"buaboo" wrote:
Onecaribu is trying to help me offline on this issue, but I thought I would post it here so I don't keep bothering one person.
I am trying to modify the init.d so I can start rs_serve.py automatically when the NAS reboots. I created the below script which works when I execute it manually, but I can't seem to get it to work automagically (I did do a chmod 777 on the script)
chdir /share/Public/media
/opt/bin/python2.6 ./rss_server.py
I placed this script called it pythstart in /share/Public/media (where the rss_server.py is...
Any thoughts?
Depending on the version on Linux running on your NAS - you may have to do a :
chkstat -add
You distro may vary