[slim] Re: The Hype Machine on a Squeezebox???

2006-08-24 Thread blackbear

Thanks, smc!

I clearly need to look into plug-ins more before I waste my time
writing stupid little standalone scripts.

I'm happy to say that the script works as intended, though. (Although,
admittedly, error checking and -handling is non-existent.)


-- 
blackbear

blackbear's Profile: http://forums.slimdevices.com/member.php?userid=7015
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-24 Thread smc2911

Yet another alternative: load the MyPicks plugin from
http://forums.slimdevices.com/showthread.php?t=24797 and create a
remote opml playlist with url
http://hype.non-standard.net/playlist/time/today/rss/1/feed.xml


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-24 Thread smc2911

Here's another alternative. If you haven't already loaded the WikiRadio
plugin, do yourself a favour... get it from
http://wiki.slimdevices.com/plugin/attachments/WikiRadio/WikiRadio.pm
with more info here http://wiki.slimdevices.com/index.cgi?WikiRadio

Once you've got that working, have a look at WikiRadio under Internet
Radio on your main Slimserver web interface page and you'll see I've
added a link to the Hype Machine rss feed.


-- 
smc2911

smc2911's Profile: http://forums.slimdevices.com/member.php?userid=4388
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-22 Thread blackbear

This little script should do the trick if you run slimserver on
Linux/UNIX. Run daily from your crontab or put in cron.daily.
Change the value of PD to where your playlists are.



#!/bin/sh
# updatehype.sh by blackbear
#

PD="/mmedia/slim/playlists"
SS="localhost"

cd $PD
wget -qU Squeezebox
http://hype.non-standard.net/playlist/time/today/m3u/1/today.m3u
mv -f today.m3u "Hype Machine.m3u"
chmod 664 "Hype Machine.m3u"

telnet $SS 9090 << E_N_D > /dev/null 2>&1
rescan playlists
exit
E_N_D

echo "Hype Machine playlist updated. Playlist scan in progress."
exit


-- 
blackbear

blackbear's Profile: http://forums.slimdevices.com/member.php?userid=7015
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-22 Thread Mark Lanctot

blackbear Wrote: 
> Is there a way to do this so that I get a fresh Hype playlist every day,
> without resorting to scripting?

Now that I wouldn't know.  Sorry.


-- 
Mark Lanctot

Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-22 Thread blackbear

Mark Lanctot Wrote: 
> That actually does sound pretty cool.
> 
> Works just fine - right-click on the Winamp link, select "Properties"
> and you'll see that it points to:
> 
> http://hype.non-standard.net/playlist/time/today/m3u/1/today.m3u
> 
> Enter this as a URL into SlimServer, either under Radio Tune In or Help
> - Internet Radio - Tune In Now - Radio URL.
> 
> Works on my SB2.

Is there a way to do this so that I get a fresh Hype playlist every
day, without resorting to scripting?


-- 
blackbear

blackbear's Profile: http://forums.slimdevices.com/member.php?userid=7015
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-16 Thread Slackerini

Sweet...  I knew this forum would find a solution. 
Just didn't know it be so quick and easy.  Thanks Mark!


-- 
Slackerini

Slackerini's Profile: http://forums.slimdevices.com/member.php?userid=6997
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss


[slim] Re: The Hype Machine on a Squeezebox???

2006-08-16 Thread Mark Lanctot

That actually does sound pretty cool.

Works just fine - right-click on the Winamp link, select "Properties"
and you'll see that it points to:

http://hype.non-standard.net/playlist/time/today/m3u/1/today.m3u

Enter this as a URL into SlimServer, either under Radio Tune In or Help
- Internet Radio - Tune In Now - Radio URL.

Works on my SB2.


-- 
Mark Lanctot

Mark Lanctot's Profile: http://forums.slimdevices.com/member.php?userid=2071
View this thread: http://forums.slimdevices.com/showthread.php?t=26434

___
discuss mailing list
discuss@lists.slimdevices.com
http://lists.slimdevices.com/lists/listinfo/discuss