Cory Parsons

Results 19 comments of Cory Parsons

The user management is a custom thing I had to make since plex channels don't normally have multi-user support. I have a new branch where I've added a user switching...

Is this happening with all comics or just this one folder? Can you manually cycle `mark unread` and `mark read` and get it to update the folder state?

can you give me some of the plugin log when you do a mark read/unread? you should have something like this happen: ``` INFO (logkit:16) - Mark unread. a=e:/comics\J.Rom Force...

I think I fixed it. Try out the `users` branch.

I have a demo of this in master branch now. currently a directory is considered a 'series' if it has 1 or more compatible archives in it. The directory will...

yeah thats how it should be. I have it completed now so it should handle subdirectories. Hopefully it isn't too slow since it has to do the status check every...

with 43k files it may be taking too long to load and giving up. I added another performance fix which (depending on your directory structure) should make it less intensive....

Sorry for the delay. I have a better implementation in the master branch now. this should show the correct state, and it should cache the state so it will only...

If you're getting the pages listed then it's pretty close to working. Check the log file at `Plex Media Server/Logs/PMS Plugin Logs/com.plexapp.plugins.comicreader.log`, to see if there's some obvious error being...