anyway to extend it from within a plugin?
I am attempting to expand the videoRip plugin to allow me to scan the titles on a dvd and label them from within Plex before i start ripping in order to rip all my TV DVDs.Unfortunately it can take more than a minute to scan a DVD so I am hitting this time out error:
I cant seem to find a way to have plex wait indefinitely for my function to return.
If there is no way to increase the timeout; what options do i have to dispatch a thread to scan the dvd and callback someplace to load a new menu/list containing the dvd titles?