jesseward / jellyfin-plugin-lastfm

LastFM plugin for the Jellyfin media system. Fork of the Emby Last.FM plug-in
178 stars 11 forks source link

no update for the favorites #28

Closed enorme75 closed 1 year ago

enorme75 commented 3 years ago

hi, seems that the favorites track on last-fm don't update on jellyfin. has anybody got the same problem ? Thanks,

jesseward commented 3 years ago

hey @enorme75 , are you running the latest plugin (6.0.0.1)

When you kick off the scheduled task, do you see the following in the logs

[2020-11-25 16:54:02.192 +00:00] [INF] [20] Emby.Server.Implementations.ScheduledTasks.TaskManager: Executing "Import Last.fm Loved Tracks"
[2020-11-25 16:54:02.252 +00:00] [INF] [20] Jellyfin.Plugin.Lastfm.ScheduledTasks.ImportLastfmData: Syncing LastFM favourties for "root"
[2020-11-25 16:54:04.541 +00:00] [INF] [22] Jellyfin.Plugin.Lastfm.ScheduledTasks.ImportLastfmData: Retrieved 201 lovedTracks from LastFM for user "jw76"
[2020-11-25 16:54:04.545 +00:00] [INF] [22] Jellyfin.Plugin.Lastfm.ScheduledTasks.ImportLastfmData: Finished Last.fm lovedTracks sync for "root". Matched Songs: 0
[2020-11-25 16:54:04.546 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: "Import Last.fm Loved Tracks" Completed after 0 minute(s) and 2 seconds
[2020-11-25 16:54:04.582 +00:00] [INF] [22] Emby.Server.Implementations.ScheduledTasks.TaskManager: ExecuteQueuedTasks

As well, in the admin panel do you see the following under "Scheduled Tasks"? If so, what is it set to? Screen Shot 2020-11-25 at 8 55 46 AM

jmontoyaa commented 3 years ago

Hi @jesseward I'm running the latest version 6.0.0.3, I have exactly same issue as you Matched Songs: 0

jesseward commented 3 years ago

hey @jmontoyaa: would you mind dumping your Jellyfin instance into Debug logging (see here) mode, and manually kick off a scheduled task run and then provide the output of the log data here

jesseward commented 1 year ago

hey @jmontoyaa , I have pushed an updated version of the plugin (8.0.0.3) that has fixed (https://github.com/jesseward/jellyfin-plugin-lastfm/issues/28) some of the synchronization behaviour.

If you're still a JF (and LastFM) user, give it a whirl ;-)