You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whitelist always gets saved with backslashes while the filepath outputted by smplayer is with forward slashes. Doing trakts whitelist test E:/Shows and Movies/Shows gives "The path is not in whitelist!" while doing trakts whitelist test E:\Shows and Movies\Shows works as it should.
Desktop (please complete the following information):
OS and Version: Windows 10
Python Version: 3.10.4
Player and Version: SMPlayer Version: 22.2.0 (revision 10060) (64-bit)
To Reproduce
Play any file in the whitelisted directory
Log file
Click to see log contents
2022-06-05 04:28:18,486 - DEBUG - MainThread - notifier - Notifications enabled for categories: exception, misc, scrobble.pause, scrobble.resume, scrobble.start, scrobble.stop, trakt
2022-06-05 04:28:18,615 - INFO - MainThread - scrobbler - Started scrobbler thread.
2022-06-05 04:28:18,644 - DEBUG - MainThread - monitor - Autoloaded smplayer@mpv ipc_path = \\.\pipe\mpvsocket
2022-06-05 04:28:18,645 - INFO - MainThread - monitor - Started monitor for smplayer@mpv
2022-06-05 04:28:18,656 - DEBUG - smplayer@mpv - file_info - Raw filepath 'E:/Shows and Movies/Shows/The Boys/Season 3/The Boys - S03E01 - Payback WEBDL-1080p.mkv'
2022-06-05 04:28:18,657 - INFO - smplayer@mpv - file_info - File path not in whitelist.
The text was updated successfully, but these errors were encountered:
Ok, I looked into this- seems like it is an upstream SMPlayer bug. It directly sends the path with forward slashes to MPV when starting the file. So when we query MPV, we also get the same path. Not sure if we want manually fix the paths, since it might break web urls (which do require forward slashes).
I'm having the same issue with VLC on Windows 11.
trakts doesn't recognize the path when video is playing, but trakts test works.
Fixed by @lamegreen 's workaround, thanks!
Whitelist always gets saved with backslashes while the filepath outputted by smplayer is with forward slashes. Doing trakts whitelist test E:/Shows and Movies/Shows gives "The path is not in whitelist!" while doing trakts whitelist test E:\Shows and Movies\Shows works as it should.
Desktop (please complete the following information):
To Reproduce
Play any file in the whitelisted directory
Log file
Click to see log contents
The text was updated successfully, but these errors were encountered: