XBMC Community Forum  

Go Back   XBMC Community Forum > Announcements, Info and General Discussion > XBMC General Discussion

XBMC General Discussion General discussion about XBMC (but no support/help/feature requests)
Please, do not post support/help questions or requests here!

Reply
 
Thread Tools Search this Thread Display Modes
Old 2003-12-01, 14:30   #1
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

shoutcastplsdownloader
utility to navigate the excellent shoutcast.com website and download station lists of a specific genre or all listed genres. can also limit the number of stations downloaded per genre and select stations based on a specified maximum or minimum bitrate. ideal for building a local list of stations for the xbox media player or xbox media center.

shoutcastplsdownloader
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Old 2003-12-01, 19:41   #2
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

omg, that's what i was waiting for! just used it and it's perfect. thanks a lot!
NEI is online now   Reply With Quote
Old 2003-12-01, 20:03   #3
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

just looked into the sources because i missed the downtempo genre. i think it would be nice to make a config file for all the genres, which then is read in buildgenrearray() in plsdownloader.java. so everybody could easily configure his/her prefered genres. i could do this for you, if you like... :-)
NEI is online now   Reply With Quote
Old 2003-12-01, 21:25   #4
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

Quote:
Originally Posted by (nei @ dec. 01 2003,18:03)
just looked into the sources because i missed the downtempo genre. i think it would be nice to make a config file for all the genres, which then is read in buildgenrearray() in plsdownloader.java. so everybody could easily configure his/her prefered genres. i could do this for you, if you like... :-)
glad you liked it.

regarding the genres. yes. this is on my list of improvements. i will post an update tomorrow with the genres in a seperate file.
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Old 2003-12-01, 22:07   #5
NEI
Member
 
Join Date: Nov 2003
Posts: 108
NEI is on a distinguished road
Default

cooooool! :-)
NEI is online now   Reply With Quote
Old 2003-12-01, 22:49   #6
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

why postpone till tomorrow what you can do today...

i just uploaded v1.1 which has user defined genres.

go grab it.
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Old 2003-12-02, 01:56   #7
Bhellium
Member
 
Join Date: Oct 2003
Posts: 63
Bhellium is on a distinguished road
Send a message via AIM to Bhellium
Unhappy

it seemes good, but im not using windows.
your manual for the non windows user isnt to great thou.
i tried to make it work but failed so i was wondering if you help me...
i get some error telling me im not using it right..
Quote:
usage: java [-options] class [args...]
* * * * * (to execute a class)
* or *java -jar [-options] jarfile [args...]
* * * * * (to execute a jar file)
Bhellium is offline   Reply With Quote
Old 2003-12-02, 11:53   #8
febs
Senior Member
 
Join Date: Oct 2003
Posts: 205
febs is on a distinguished road
Default

utility to navigate the excellent shoutcast.com website and download station lists of a specific genre or all listed genres.
(from xbox-scene.com)
http://mp3imagetagextr.sourceforge.net/
febs is offline   Reply With Quote
Old 2003-12-02, 14:54   #9
san9jay
Senior Member
 
Join Date: Oct 2003
Posts: 152
san9jay is on a distinguished road
Default

Quote:
Originally Posted by (bhellium @ dec. 01 2003,23:56)
it seemes good, but im not using windows.
your manual for the non windows user isnt to great thou.
i tried to make it work but failed so i was wondering if you help me...
i get some error telling me im not using it right..
Quote:
usage: java [-options] class [args...]
(to execute a class)
or java -jar [-options] jarfile [args...]
(to execute a jar file)
i have not tested on a linux platform but in principle it should work.

save the following code as plsdownloader.sh into the same directory where the plsdownloader.cmd exists and run it. it should work.

#!/bin/sh
# *
# * utility to download .pls files from the shoutcast website
# * note since the shoutcast website enforces a ban on too many
# * requests this program will sleep and attempt to continue
# * when banned. the default number of files per genre downloaded
# * is 50. once again this is to limit the number of requests made
# * to shoutcast. please respect the shoutcast.com policies and not
# * make too many requests to their site.
# *
# *
# *
# * created on 24th nov, 2003
# *
# * this code is released under the gpl license
# * @author sanjay madhavan
# *
# * version history:
# *
# * version date who comments
# * ----------------------------------------------------------------
# * v1.0 24.11.2003 sanjay first release
# * v1.1 01.12.2003 sanjay added user specifiable genres
# *
# * valid parameters are:
# -downloaddirectory localdirectory
# -maxfilespergenre 50
# -processgenre genrekey
# -proxylist filename
# -genrelist filename
# -ignoresavedstate
# -minimumbitrate n1
# -maximumbitrate n2
#

jars=./lib/commons-httpclient-2.0-rc2.jar:./lib/commons-logging.jar:./lib/commons-logging-api.jar
#
java -cp .:$jars:./bin com.revasoft.shoutcast.plsdownloader.plsdownloader $0 $1 $2 $3 $4 $5 $6 $7 $8 $9
__________________
+-------------------------------------------------------------------------------+
| xbox1: v1.1, samsung dvd,120 gb hd,x-ecuter pro 2.2,xbmc
| xbox2: v1.2, phillips dvd, retail hd, tsop, avalaunch, xbmc
| xirremote, x2_4977, media center utils
san9jay is offline   Reply With Quote
Old 2003-12-02, 20:12   #10
Bhellium
Member
 
Join Date: Oct 2003
Posts: 63
Bhellium is on a distinguished road
Send a message via AIM to Bhellium
Exclamation

thanx allot, it worx but i got banned but worx nevertheless.

thanx

/bhellium
Bhellium is offline   Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Java Virtual Machine - Java Runtime Enviroment built-into XBMC KGP XBMC Feature Suggestions 11 2006-12-18 15:59


All times are GMT +2. The time now is 11:41.


Protected by Akismet, We recommend WordPress blogs
Copyright © 2008, XBMC Project