rurza / NepTunes-Issues

This repository is only for issue tracking.
5 stars 0 forks source link

v1.60 cannot start scrobbling #34

Closed piodio closed 7 years ago

piodio commented 7 years ago

El Capitan 10.11.6, iTunes 12.5.1.21

v1.60 does not start scrobbling, no album window. If I re-launch neptune during iTunes playing it starts scrobbling just current now playing song once then album window goes to disappear and scrobbling stops.

I'm not using simple mode but small cover and notification option are turned on.

rurza commented 7 years ago

hm... very very strange. I still don't get it – why don't you see cover?

rurza commented 7 years ago

Go to Finder and press CMD+SHIFT+G, then paste this: ~/Library/Containers screen shot 2016-09-18 at 19 58 13 and press Go (or equivalent in your language). Delete pl.micropixels.NepTunes folder. This will reset NepTunes to default state. Maybe this will help

rurza commented 7 years ago

@piodio
Btw, you can always poke me on Twitter @rurza if you have an account. I treat your problem with very, very high priority so let me know if anything changed.
Btw 2. I didn't change anything on the scrobbler side of the app in 1.60

piodio commented 7 years ago

Thank you for reply. But still not lucky.

I created for test a new clean library (with about 20 songs) and NepTunes works perfectly. This is so strange. My current library has about 33,000 tracks. I don't think library size is problem.

Neptunes cannot be triggered newly started song.

Any recommended way to investigate it?

Thanks.

rurza commented 7 years ago

Check if you have proper tags in tracks – NepTunes requires min. track and artist names in tags. You can verify them, by clicking on track (that isn't scrobbled) with secondary mouse button and choosing "Get Info" screen shot 2016-09-19 at 13 48 03

Also: Does your user is an administrator? What's the location of NepTunes on disk? Should be in /Application

Also 2: There is special Debug Mode in NepTunes; in Terminal.app (you can copy-paste code below) defaults write pl.micropixels.NepTunes debugMode YES

NepTunes will print everything it does in Console.app (both Terminal and Console are built-in applications) like on screenshot : screen shot 2016-09-19 at 13 54 03

To turn off debug mode paste code below to the Terminal: defaults write pl.micropixels.NepTunes debugMode NO

piodio commented 7 years ago

The problem is solved.

I rolled back "iTunes Library.itl" to a previous version which was created on 13th Sep. (created on just before updated to iTunes 12.5.1.21). And now everything works fine again. Still I don't know reason why but am happy anyway. Maybe iTunes database went wrong during the updating.

I appreciate your kind advices and detailed descriptions. Good lucks and cheers.