terrelsa13

Results 33 comments of terrelsa13

We will skip trying to write the data into a debug file and just have it print directly to the screen. Try this: [Link](https://pastebin.com/90tWmMrj) Depending on the size of your...

@spupuz Any luck with getting the debug data to print directly to the screen?

I tried adding the JellyFin time format into [this script](https://pastebin.com/ptfQPgw4). I hope it will parse both Emby and JellyFin formats. When you get a chance run it with `DEBUG=0` and...

Not being able to get the directory the script is running from is a separate issue we can address later. For now please make sure you set `DEBUG=0` and `remove_files=0`

@zilexa Hey. 1. Will you take a couple steps back for me so I understand what your original issue is before you tried the script from comment #5. (i.e. What...

@zilexa I see why this was failing. I was trying to use the debug variable from the config file before the config file is created. @spupuz I think I have...

@spupuz looks like @clara-j merged my changes. You should be able to update from the master.

As for that "bad" episode. The script stops if it does not get data it expects to get from emby(jellyfin) to build the detailed output about what media is watched...

@rcmpayne Are you saying before this script ran the episode was deleted from the hard drive, but Emby still thinks it is there?

From what I see recreating this issue, Emby happily tries to delete files that are no longer there and does not throw an error. I think this has more to...