FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Feature Requests › AudioScrobbler / last.fm support
- This topic has 53 replies, 18 voices, and was last updated 14 years, 8 months ago by pcace.
-
AuthorPosts
-
06/02/2007 at 12:52 AM #5224rpeddeParticipant
@smbrannan wrote:
@rpedde wrote:
Once that’s done, then I think the last.fm scripting stuff will be fairly easy.
— Ron
Sounds good – thanks for the update. I’ll be looking for it – will you make some sort of announcement?
S
There is an rss feed at http://nightlies.mt-daapd.org. That will have notes when I’ve added it.
– Ron
17/05/2007 at 12:29 AM #5225djurnoveParticipantA few questions about the script:
1. My songs db is “songs.gdb”, not “songs3.db”. As long as I change the path in the script, will this matter? Are they two different db formats?
2. My slug doesn’t seem to have sqlite installed – any tips on installing it, or where to to find it if it is already installed?
Thanks!
17/05/2007 at 7:35 AM #5226t0mParticipant@djurnove wrote:
A few questions about the script:
1. My songs db is “songs.gdb”, not “songs3.db”. As long as I change the path in the script, will this matter? Are they two different db formats?
songs3.db is sqlite3 format
songs.db is sqlite2 format
songs.gdb is another textbased(?) format.the script was/is for sqlite databases only – sorry.
17/05/2007 at 7:45 AM #5227t0mParticipantI’ve modified the rockscrobbler perl script by noleti so you actually only need one script.
this script supports compilations. You can download it from:
http://rapidshare.com/files/31760952/firescrobbler.zip
this is a sqlite3 version – for sqlite2 add use DBD::SQLite2;
I’ve been testing this script for two weeks now (cronjob running every 5 minutes) – its working fine for me.
/t0m17/05/2007 at 1:08 PM #5228djurnoveParticipantIs there a way to change my installation (on an NSLU2) to use sqlite instead of gdb? There doesn’t seem to be an option in the cfg file.
17/05/2007 at 6:13 PM #5229rpeddeParticipant@djurnove wrote:
Is there a way to change my installation (on an NSLU2) to use sqlite instead of gdb? There doesn’t seem to be an option in the cfg file.
You’ll have to upgrade to nightlies. there are instructions at the wiki: http://wiki.fireflymediaserver.org
— Ron
27/06/2007 at 3:10 AM #5230kellyhardingParticipantYou don’t actually need any extra feature for this on a Mac with iTunes, as iScrobbler will automatically do this for you. Least it is working for me. The windows version should also work I’d imagine.
12/07/2007 at 4:36 PM #5231uncleremusParticipantWhat do you think is the best path here if you want last.fm-support from firefly? I mean, if I go for a script solution only to find out that next week it is coming with mt-daapd nightlies I’d probably regret it.
13/07/2007 at 4:28 AM #5232rpeddeParticipant@uncleremus wrote:
What do you think is the best path here if you want last.fm-support from firefly? I mean, if I go for a script solution only to find out that next week it is coming with mt-daapd nightlies I’d probably regret it.
If you use iTunes as a client, the iTunes integrated last.fm is probably the deal.
Otherwise, I think investing the time in configuring external last.fm support is probably worth it. I keep having the scripting module getting pushed back and back…
Might be a while, I think.
— Ron
13/07/2007 at 5:21 AM #5233blammParticipantHave you tried this. Its sits in your Windows tray and works with your LastFM client to scrobble what your SB is playing. Also has some basic control of you SB. Works pretty well
-
AuthorPosts
- The forum ‘Feature Requests’ is closed to new topics and replies.