This image is the top of the content box. Unfortunately, there is no information-based reason for this div to be here. It's just here for design reasons. Sorry.
Go Back   MisticRiver :: For iriver Enthusiasts > All things Rockbox > ROCKbox Forums
Home Forums Register FAQ Search Today's Posts Mark Forums Read


Welcome to the misticriver forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.
Reply
 
LinkBack Thread Tools Display Modes
  #41 (permalink)  
Old November 7th, 2006, 09:08 AM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
good to hear!

on another fun note; I may try to port the LogScrobbler over to Linux/Mono as well(as long as I can figure out the namespace differences/quirks), just to be more of a geek, and to make my life more difficult
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #42 (permalink)  
Old November 7th, 2006, 12:22 PM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2006
Posts: 48
LogScrobbler ftw!!

working brilliantly.

One thing, I'm not sure if it's recognising Unicode characters properly... trying to submit the Sigur Rós track Hoppí­polla turned up "Hoppípolla"... I know using a font that doesn't display them properly can cause problems, but i'm using a font that's worked before for Unis..
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #43 (permalink)  
Old November 7th, 2006, 02:10 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
Yeah unfortunately unicode chars are still a problem, I still have to look at the dll that submits the tracks and see if I can put a fix in there.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #44 (permalink)  
Old November 7th, 2006, 03:13 PM
obo obo is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2006
Posts: 8
Quote:
Originally Posted by kernelsandirs View Post
on another fun note; I may try to port the LogScrobbler over to Linux/Mono as well(as long as I can figure out the namespace differences/quirks), just to be more of a geek, and to make my life more difficult
Yup, seems like it will need a bit of tweaking

Code:
$ mono LogScrobbler.exe
Mono System.Windows.Forms Assembly [$auto_build_revision$]
KDE colorscheme read

** (LogScrobbler.exe:20826): WARNING **: Missing method System.Windows.Forms.ColumnHeader::set_DisplayIndex(int) in assembly /usr/lib/mono/gac/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll, referenced in assembly /tmp/LogScrobbler/LogScrobbler.exe

Unhandled Exception: System.NullReferenceException: Object reference not set to an instance of an object
  at LogScrobbler.Form1..ctor () [0x00000]
  at (wrapper remoting-invoke-with-check) LogScrobbler.Form1:.ctor ()
  at LogScrobbler.SysTrayIcon..ctor () [0x00000]
  at LogScrobbler.SysTrayIcon.Main (System.String[] args) [0x00000]
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #45 (permalink)  
Old November 7th, 2006, 03:49 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
Haha, I didn't say LogScrobble.exe will run on Mono

I started a new tree called MonoScrobbler using GTK#

not sure it will entirely work the way I want it to, but I'm gonna give it a shot.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #46 (permalink)  
Old November 8th, 2006, 03:23 AM
obo obo is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2006
Posts: 8
Yup, not enough of windows.forms has been ported.

There is a new QT based uploader as well...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #47 (permalink)  
Old November 12th, 2006, 04:39 AM
Newbie Floating Down The Mistic River
 
Join Date: Jul 2006
Posts: 17
Send a message via AIM to Landus Send a message via Skype™ to Landus
I'm having a problem with the times being correct.

I'm -5 GMT (EST). It's daylights savings time here also.


Here's a small log that I just took to see if I could figure out why the times are being submitted wrong.

#AUDIOSCROBBLER/1.0
#TZ/GMT-5
#CLIENT/Rockbox h300
ORIGA Ghost in the Shell: Stand Alone Complex O.S.T. 2 rise 2 315 L 1163315969
Ronnie Montrose Mean Game of Love 2 178 S 1163316282
Neuroticfish Surimi All I Say 5 289 S 1163316283
DJ Dean Future Trance, Volume 22 (disc 1) Play It Hard 7 186 S 1163316284
Dream Theater Falling Into Infinity Burning My Soul 5 329 S 1163316284
Gavin DeGraw One Tree Hill I Don't Want to Be 1 216 S 1163316291
Shinedown Us and Them Save Me 3 210 L 1163316292
Red Hot Chili Peppers Get the Funk Out Blood Sugar Sex Magic 5 271 L 1163316504
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #48 (permalink)  
Old November 12th, 2006, 05:48 AM
Newbie Floating Down The Mistic River
 
Join Date: Jul 2006
Posts: 17
Send a message via AIM to Landus Send a message via Skype™ to Landus
Forgot to mention. My iRiver is set to my local time, but when logscrobbler reads the scrobbler log, the times that it's going to sumbit are five hours ahead.

I can't find any options to fix this.
__________________
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #49 (permalink)  
Old November 12th, 2006, 01:42 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
this is true, it shows up in LogScrobbler as UTC currently as last.fm says if no TZ is set to set as UTC, so originally I just had it set to UTC, I clearly need to fix this but it is a known issue, it should submit as UTC so really it should be your normal time when last.fm gets it, but yes it shows up funny in LogScrobbler.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #50 (permalink)  
Old November 14th, 2006, 03:41 AM
Hoping For A Cool Title
 
Join Date: May 2006
Location: Mumbai city
Posts: 104
Send a message via MSN to AceNik Send a message via Yahoo to AceNik
hey boss jus wanted to ask im still usin the 25/9/06 build as u mentioned once that last fm not workin on the newer builds, well it seems the battery life on the new builds has improved a few folds so i would like to ask u whether the new builds support last fm now please revert back to me bout this thanks a lot dude u rock!!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #51 (permalink)  
Old November 14th, 2006, 04:16 PM
Newbie Floating Down The Mistic River
 
Join Date: Jan 2006
Posts: 48
Quote:
Originally Posted by AceNik View Post
hey boss jus wanted to ask im still usin the 25/9/06 build as u mentioned once that last fm not workin on the newer builds, well it seems the battery life on the new builds has improved a few folds so i would like to ask u whether the new builds support last fm now please revert back to me bout this thanks a lot dude u rock!!!!!!!!
I can confirm that since 19/10/06 last.fm support in the new builds has been well and truly rock(b0x)ing
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #52 (permalink)  
Old November 14th, 2006, 04:37 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
It certainly seems to be working now, but I still find it flaky at times, even when I know the tags are proper, it will even be flaky when scrobbling the same tracks that may have scrobbled previously. sometimes the only way I can kick start it to scrobble is to skip a track and then skip back and it seems to start working.

but for the most part it is working good.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #53 (permalink)  
Old November 15th, 2006, 06:26 AM
obo obo is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2006
Posts: 8
There is a patch here that solves an issue with the last file that is played before shutdown, but apart from that I'm not aware of any other issues. Can you describe a way to replicate the problem?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #54 (permalink)  
Old November 15th, 2006, 09:41 AM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
Right now I am playing the entire album "Modest Mouse - Lonesome Crowded West" if you were to view my "Recent Tracks" on last.fm you can see that pretty much the entire album was played, and logged on Nov 13th. But right now I have already listened to almost the whole album again Nov 15th, and not one of the Listened(L) tracks show up in the log.

Not really a way I can explain to replicate it, I just turn the player on and start playing tracks, I don't know if it may have anything to do with how I go about playing them, I usually have to shut off the player after I listen to a few tracks and someone needs to speak with me, then I just turn it back on and click the pause/play button to restart playback, but still no log entries.


(I just tried skipping back with the skip track button and it is still not logging it is real difficult to say what I think gets it to log or not, usually skipping back and forth fixes it, but right now it doesn't seem to want to log at all) some days are certainly better than others no idea why.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #55 (permalink)  
Old November 15th, 2006, 03:15 PM
obo obo is offline
Newbie Floating Down The Mistic River
 
Join Date: Jun 2006
Posts: 8
Hmm - for some reason I forgot the other issue with it - if you resume a track at start-up, it won't be logged... (I need to dive into the playback code to see if I can fix that one...).

If you need it I've got a debug patch that might shed a bit more light on what's happening.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #56 (permalink)  
Old November 15th, 2006, 05:01 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
sure, but the issue does not only affect the first track after resume ;-(
when I listened to that entire Modest Mouse album today I listened to at least four tracks at a time non-stop but did not get any logged items.

fiddling around skipping back and forth sometimes it works, I was able to get it to start logging again and listened to the entire same album again but got only 4 tracks to log off the entire album.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #57 (permalink)  
Old November 16th, 2006, 07:04 PM
Mistic Surveyor
 
Join Date: Apr 2005
Location: CANADA
Posts: 148
Red face Stupid question alert!!!

Dude I have been waiting for this for a looong time. Thank you for taking the time to figure this out. Now - how do I install this. I am clueless right now. I have run the exe on my PC but how do I get the player to start logging? I am very embarassed asking this question.
__________________
Red EL Remote Mod & I managed to cram a 40GB platter and 2200mAh battery in to an H320 case!!!
Why Ipods are always breaking...
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #58 (permalink)  
Old November 16th, 2006, 07:15 PM
Eager Mistic Beaver
 
Join Date: Oct 2006
Location: Montréal
Posts: 240
Assuming you're running rockbox (duh ) you just have to go to the menu and then general settings->Playback->Last.fm log->On
__________________
Histoire d'horreur, mémoire poreuse
Histoire d'honneur, mémoire porteuse
- Loco Locass
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #59 (permalink)  
Old November 16th, 2006, 09:15 PM
Hoping For A Cool Title
 
Join Date: Aug 2005
Posts: 73
yeah you have to be running a version of Rockbox newer than I think October 20th then you enable the Last.fm support as described by PaulPosition. Once you do that you just play songs on the player, it will create a .scrobbler.log file in the root of the drive, then to sync you can run my LogScrobbler App(Make sure you have .NET framework 2.0) and browse to your player once connected and choose the .scrobbler.log file, then you hit go(or some other options first)

Not a stupid question, but if you don't have Rockbox installed then you have to get that on the player before any of this matters.
__________________
Kernelsandirs' Last.fm
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #60 (permalink)  
Old November 17th, 2006, 12:17 PM
Hoping For A Cool Title
 
Join Date: May 2006
Location: Mumbai city
Posts: 104
Send a message via MSN to AceNik Send a message via Yahoo to AceNik
hey Mr.Kernel jus wanted to let u know that the log scrobbler stops logging tracks the moment the tag cache starts givin trouble ie 'tag cache not ready' & this fact is true with any build that is used.
I have a H20 too if ud like ill ataach my config file for u to check , dont get me wrong but i love the work uve done thanks!!!!!!!!!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #61 (permalink)  
Old November 17th, 2006, 01:26 PM
Eager Mistic Beaver
 
Join Date: Oct 2006
Location: Montréal
Posts: 240
AceNik, unless I am very mistaken, I'd hazard to guess that Kernelsandir won't be able to help much : he programmed the nice little application to retrieve the log from your DAP and sync it to last.fm database, but he's not the one who programmed the tagcache or scrobbler plugin into rockbox. If there's problem with the tagcache chances are there's nothing logged for logscrobbler to parse and upload.

He might however be in contact with people who know more, though, so who knows?
__________________
Histoire d'horreur, mémoire poreuse
Histoire d'honneur, mémoire porteuse
- Loco Locass
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #62 (permalink)  
Old November 17th, 2006, 05:12 PM
Mistic Surveyor
 
Join Date: Apr 2005
Location: CANADA
Posts: 148
Talking

I would never have found out where to turn it on. Thanks again Tim for making this and Paul for your help!
And of course I have Rbox, life is not the same w/o it!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #63 (permalink)  
Old November 21st, 2006, 03:03 AM
Newbie Floating Down The Mistic River
 
Join Date: Nov 2006
Posts: 0
realy good stuff, guys, thanx a lot...
another thing is that it doesnt work for me...
i got the whole folder with log scrobbler to my iriver (h120) and when I want to browse the folder, where it is, the scrobbler doesnt find it...

or...

could somebody tell me, please, what exactly shall i do?
im kind of amateur in this sort of stuff.
Digg this Post!