Closed JHerseth closed 4 years ago
Do you use Plex media server on Win10? Technically it should be the same as for other OSes.
@nick4fake yeah, I've yet to build a real mediaserver, so my workstation is also my server at the moment :-/ Guess I'm not really getting how all the stuff ties together. FLAC Cue Scanner.py
and flaccuelib.py
is in \Plex Media Server\Scanners\Music
, so I figured I should be able to choose this as my musiclibrarys scanner? But I only have Plex Music and Plex Music Scanner there. How does flaccue.py tie into everything? I guess this needs to run in the background - it takes 2 parameters, a mount point and root. Is root any directory I choose? Is this where I should point plex to find the flacs? Is the root the root directory of my flac/cue collection?
Thanks :)
There is nothing intrinsic to this that should stop it from working in Windows 10, although it may take a little fiddling especially to make FUSE work. The project at https://github.com/billziss-gh/winfsp seems to provide something of a start on this.
In case you haven't seen it, I wrote up a brief description of how everything works, from the perspective of running it on my Synology file server, on the Plex website in this thread: https://forums.plex.tv/t/flac-cue-sheet-support/292195 You might find some useful information in there.
But in response to the specific questions:
Hope that helps.
Thanks for the explanations @acenko - figured out the scanner part. Location of the files should not be in programfiles/plex dir but in %LOCALAPPDATA%.
I should have enough to get it working I think. Worst case, I'll buy a mATX case and finally build my server :) Thanks for taking the time!
Did it work @JHerseth?
@aCuria I've switched to linux for my server, so I gave up getting fuse working on WIn10. Works as it should on nix though :)
@aCuria I've switched to linux for my server, so I gave up getting fuse working on WIn10. Works as it should on nix though :)
Could you please help me and explain how to install it on linux? I copied the "Scanners" folder in "Plex Media Server", what else exactly do I need to do?
Hey, this looks awesome, but how would I get it running on win10?