1
Users / Re: Automatic adding Internet Radio streams to LinuxMCE
« on: January 10, 2014, 12:18:07 am »
Excellent job, really needed if you are into internet radio!
Some problems:
URL's register OK, the radio stations appear, but there is an error popping up after each entry that (most likely) prevents station name from being recorded (so all you get are the station URLS on the radio buttons):
More errors are displayed when you try to remove everything:
However, everything is successfully removed without a trace from the database.
Any ideas?
Thanks again for a great script!
ted
Some problems:
URL's register OK, the radio stations appear, but there is an error popping up after each entry that (most likely) prevents station name from being recorded (so all you get are the station URLS on the radio buttons):
Code: [Select]
Adding Radio Station : Styl FM 104.8 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Sun Radio 97.1 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Top Melody FM Radio 104.9 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Village FM 88.3 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Vima FM 99.5 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Wave Radio 97.4 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
Adding Radio Station : Yparxw FM 101.4 To LinuxMCE
./localradio.sh: line 69: /usr/bin/mysql: Argument list too long
More errors are displayed when you try to remove everything:
Code: [Select]
Deleting Radio Station : 98 FM 98.0 From LinuxMCE
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '63838
95490' at line 2
Error : URL not in Database
Error : URL not in Database
Deleting Radio Station : Akritikos FM 95.6 From LinuxMCE
ERROR 1064 (42000) at line 1: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '83427' at line 2
Deleting Radio Station : Alpha 98,9 98.9 From LinuxMCE
Deleting Radio Station : Alpha FM 104.7 From LinuxMCE
Deleting Radio Station : Andromeda FM 87.5 From LinuxMCE
Error : URL not in Database
However, everything is successfully removed without a trace from the database.
Any ideas?
Thanks again for a great script!
ted