terrelsa13
terrelsa13
@elvis0288 I am doing well. Hope you are too. This is a good idea. If/when I have the time to make such an update to this script I will keep...
@elvis0288 Give this branch a try. It should allow you to update your existing config with new users and associate libraries to them. [https://github.com/terrelsa13/media_cleaner/tree/terrelsa13-Update-Existing-Config](https://github.com/terrelsa13/media_cleaner/tree/terrelsa13-Update-Existing-Config) You will want to make a...
@elvis0288 I forgot to tell you to also add the following anywhere in the copy of your config: Only add the one that matches the behavior you are using. -...
I do not run Jellyfin, so I cannot say for sure. But it looks like the way the date_last_played time formatting returned for jellyfin may be different from how it...
You will have to do a few steps: _Edit x2_ _Idk why I was making this more difficult than it needs to be. Let me try this again..._ 1. In...
Ok. Set the config file to have `remove_files=0` and `DEBUG=1` like we did above. Then we will simplify the _get_days_since_watched()_ function so it just returns a zero. We will see...
We for sure know it is the time formatting that is causing the issue with jellyfin. How about your media_cleaner.debug file? What is inside of your debug file? Specifically I...
This is my fault. I must have made the changes need to create a debug file after the last merge. Here are the lines you will need to add to...
[Link](https://pastebin.com/rGxkihTT) to complete script. [Link](https://pastebin.com/e6bsmSe0) to only additional lines.
The user the script is run under will will need to have read-write-execute access to the folder the script is in. Please do a: `whoami` `cd /path/to/your/media_cleaner/` `whoami` `ls -al`...