iamkroot / trakt-scrobbler

Scrobbler for trakt.tv that supports VLC, Plex, MPC-HC, and MPV.
https://github.com/iamkroot/trakt-scrobbler/wiki
GNU General Public License v2.0
468 stars 30 forks source link

[Installation] #209

Closed rafaelgirotti closed 2 years ago

rafaelgirotti commented 2 years ago

System Info

Description

My mpv.conf file is not on AppData. It is instead on Documents folder, is there a way to make trakts look for it in that folder?

Log file

Click to see log contents

``` 2022-09-07 03:15:44,334 - WARNING - MainThread - monitor - Failed to autoload value from 'C:\\Users\\girot\\AppData\\Roaming\\mpv\\mpv.conf': File not found 2022-09-07 03:15:44,334 - ERROR - MainThread - monitor - Config value autoload failed for mpv. 2022-09-07 03:15:44,335 - WARNING - MainThread - main - Could not start monitor for mpv ```

iamkroot commented 2 years ago

There is no way to do that currently. However, you can simply set the ipc path using the trakts config command instead of trying to get it detected automatically. You can search closed github issues for the exact command, or try to piece it together from the wiki.

rafaelgirotti commented 2 years ago

I'm not sure what I'm supposed to put on the IPC path. The path to the mpv folder?

iamkroot commented 2 years ago

See here. Don't forget to edit your mpv.conf file too.

iamkroot commented 2 years ago

@rafaelgirotti Were you able to get it working?

rafaelgirotti commented 2 years ago

Yes, thank you!