jesseward / plex-lastfm-scrobbler

Scrobble played audio items Last.FM from the Plex Media Server application.
MIT License
92 stars 13 forks source link

Error on nas4free/freebsd #26

Closed webserfer closed 9 years ago

webserfer commented 9 years ago

Traceback (most recent call last): File "/usr/local/bin/plex-scrobble.py", line 89, in 'mediaserver_log_location': platform_log_directory(), File "/usr/local/bin/plex-scrobble.py", line 29, in platform_log_directory return LOG_DEFAULTS[platform.system()] KeyError: 'FreeBSD'

webserfer commented 9 years ago

I fixed it with add 'FreeBSD': '/usr/local/plexdata/Plex Media Server/Logs/Plex Media Server.log', to LOG_DEFAULTS

webserfer commented 9 years ago

I'm sorry, it's my carelessness, I forgot to remove the # in the config. But it's still a bug =)

jesseward commented 9 years ago

thanks @webserfer i will get this change incorporated.

jesseward commented 9 years ago

fix applied in c4376a6 . thanks