Closed eoghan2t9 closed 6 months ago
I'll check on this, so what's the current behaviour when rar files hits ?
It will now recognize rar files and skip them, with the logs recorded in logs/skipped_rar_files.log.
That was quick thanks very much 😀
That was quick thanks very much 😀
Welcome :)
Think you might need to tweak the script some more lol some spilt rar have the extension .r1 .r2 and so on. Also would it be possible to do the same for movies or would that be too much work lol
Think you might need to tweak the script some more lol some spilt rar have the extension .r1 .r2 and so on. Also would it be possible to do the same for movies or would that be too much work lol
I came accross only rar file for now, drop me the list of unwanted extensions and I'll filter them out. And for movies I'm looking forward for it since the current implementation won't accept them.
Fair enough I wonder if there is a way of checking with APIs from tmdb for the title and match it that way. As for the rars this is what I found online
The first file used the extension .rar, then .r00 for the second, and then .r01, .r02, and so on.
If you can also once the rars have been filtered would it be possible on the next run of the script that it removes already symlinks rars out of the shows folder?
Fair enough I wonder if there is a way of checking with APIs from tmdb for the title and match it that way. As for the rars this is what I found online
The first file used the extension .rar, then .r00 for the second, and then .r01, .r02, and so on.
If you can also once the rars have been filtered would it be possible on the next run of the script that it removes already symlinks rars out of the shows folder?
Tmdb API was my second plan for renaming files, I need to look into it further.
Also, a check for removing previously symlinked rar files is possible to implement.
Absolutely fantastic mate thanks also I think the real time monitoring isn't working or I've done something wrong the main script runs fine and does the links if I do a full scan however the realtime scan seems to run but exit far too quickly. I'll have a look at my config before making another bug report 😉
Absolutely fantastic mate thanks also I think the real time monitoring isn't working or I've done something wrong the main script runs fine and does the links if I do a full scan however the realtime scan seems to run but exit far too quickly. I'll have a look at my config before making another bug report 😉
Do open a new report if something hits different in that. Also your rar files will be handled smoothly now, do pull the latest code.
Your a genius mate. Is there any debugging in the python script for the realtime monitor as it's definitely exiting to quickly?
Get inside Scripts folder and try to run Realtime script directly. You will find what is causing issue.
Tried that and it says its completed the run but nothing seems to get picked up by plex. When i rerun the cinesync.sh then it will added the symlinks to be picked up
Tried that and it says its completed the run but nothing seems to get picked up by plex. When i rerun the cinesync.sh then it will added the symlinks to be picked up
Try this,
1) pick a new file and wait for about 2-3 minutes
2) during 3rd or 4th cycle of real time monitor, you will get those files.
Basically that script will be running for scan every 60 seconds.
Would it be possible for the script to skip creating symlinks for rars and spilt rars I know it won't affect the files being played but would clean up the folders better.