bobbintb
bobbintb
Would it be possible to have more of a splitscreen layout? I think the current layout can be a little confusing. For example, it took me a while to figure...
More support for python 3. I started with Amar1729's branch and made more fixes. It works as far as I have tested in my project that requires it.
I am loving this so far. I started using Plex but there were a few issues so I decided to try Emby. It was better in some ways, but Jellyfin...
I am trying to get this to work in python instead of cli but this simple test isn't working. ``` import ptpapi connection = ptpapi.login(username='username',passkey='xxxxxxxxxxxxxxxxxxxxxxxxxx') print(connection.current_user()) ``` Running the above...
Added DIR_MOVED_FROM and DIR_MOVED_TO
### Please confirm these before moving forward - [X] I have searched for my feature proposal and not found a work-in-progress/duplicate/resolved/discarded issue. - [X] This improvements refers to an existing...
### IMPORANT, PLEASE READ FIRST: Please read over the [Notes/FAQ](Notes-FAQ) and [networking](Talking-To-The-Outside-World) sections before reporting an issue. If your issue is not resolved, try to fill out the following as...
The postProcessor.py file has been modified to now include the name of any episode that has been replaced with a better quality one as an extra parameter passed to the...
I'm really struggling trying to understand the examples in the readme and elsewhere when trying to read a file. I have a JSON file and I am trying to load...
I am trying to log file operations using auditd (audit 4.0.1) and came across an issue with moving files. If I include the filename in the destination: `mv /mnt/user/home/file.txt /mnt/user/home/Folder1/file.txt`...