Anybody with experience in channel programming?
-> http://forums.plexapp.com/index.php/topic/85797-myplex-queue-plugin/
Anybody with experience in channel programming?
-> http://forums.plexapp.com/index.php/topic/85797-myplex-queue-plugin/
I'm throwing something together at the moment :) It's not that difficult to create a queue list/channel, the only thing that cannot work is that videos will not be marked as watched after being watched from the "unwatched" queue.
Great!
Thanks for your response, I was trying to PM you a couple of days ago... but you can't receive PMs? Why is that? To much workload coming in otherwise? :-)
Why can't it mark as watched... we would trigger PMS with the watched status, don't we? Isn't that forwarded/handled by the plugin.
Why can't it mark as watched... we would trigger PMS with the watched status, don't we? Isn't that forwarded/handled by the plugin.
I did some more checking and it should be possible, but from within a channel I think it's only possible to mark as watched at the moment we start watching the video (not when the video ends). Shouldn't be too big of a problem I guess?
I would love to have this plugin !
"MyPlex Queue" is a functionality I miss so much on my aTV PlexConnect. (^_^)
sander1... any updates? How is you work with the plugin going?
sander1?
Anybody seen sander1?
Maybe he's on vacation? :)
Hey sander1, do you need any help with this? I'm a programmer and have some time.
Apparently Sander's been down and out with a nasty bug. Just starting to get back on his feet so he's probably got a bit of a backlog to work through.
sander1, feel better
First test...
Installed tonight, works like a charm. Love this plugin !
yeah... just don't try Final Cut Pro X in Spanish... :-D
Lol, yeah 
wich plugin folder does it go to? on the Application itself or in the ~/Library/Application Support/Plex Media Center/Plug-ins?
wich plugin folder does it go to? on the Application itself or in the ~/Library/Application Support/Plex Media Center/Plug-ins?
I installed the plugin, and it shows up in my Channels. When I launch it and choose one of the three options (All videos, Unwatched videos, Watched videos) I get the following message:
PlexConnectNo Response from Plex Media Server
Any debugging ideas?
Check the plugin log - on MacOS it's accessible via "Console"->PMS Plugin Logs->com.plexapp.plugins.queue.
You might see something similar to the Msg 11.x in this thread... Hm. Somehow the post got deleted?
Check the plugin log - on MacOS it's accessible via "Console"->PMS Plugin Logs->com.plexapp.plugins.queue.
You might see something similar to the Msg 11.x in this thread... Hm. Somehow the post got deleted?
Both of the two queue logs show the same critical error:
2014-01-04 16:53:59,259 (10ce81000) : DEBUG (__init__:65) - Best of the Worst Episode 8
2014-01-04 16:53:59,259 (10ce81000) : DEBUG (__init__:68) - http://redlettermedia.com/best-of-the-worst-wheel-of-the-worst-2/
2014-01-04 16:53:59,260 (10ce81000) : DEBUG (__init__:65) - Meet the new meat: Mark Post at TEDxHaarlem
2014-01-04 16:53:59,260 (10ce81000) : DEBUG (__init__:68) - http://www.youtube.com/watch?v=ZExbQ8dkJvc
2014-01-04 16:53:59,263 (10ce81000) : DEBUG (services:602) - No service found for URL 'http://redlettermedia.com/best-of-the-worst-christmas-special/'
2014-01-04 16:53:59,263 (10ce81000) : DEBUG (services:617) - No matching services found for 'http://redlettermedia.com/best-of-the-worst-christmas-special/'
2014-01-04 16:53:59,265 (10ce81000) : DEBUG (services:602) - No service found for URL 'http://redlettermedia.com/best-of-the-worst-christmas-special/'
2014-01-04 16:53:59,266 (10ce81000) : CRITICAL (runtime:961) - Exception when constructing response (most recent call last):
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/runtime.py", line 942, in construct_response
el = result._to_xml()
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.py", line 612, in _to_xml
el = Framework.modelling.objects.ModelInterfaceObjectContainer._to_xml(self)
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.py", line 382, in _to_xml
root = Container._to_xml(self)
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.py", line 139, in _to_xml
self._append_children(root, self._objects)
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/modelling/objects.py", line 145, in _append_children
el = obj._to_xml()
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/api/objectkit.py", line 531, in _to_xml
if self._core.services.function_in_service_is_deferred(Framework.components.services.MEDIA_OBJECTS_FUNCTION_NAME, service):
File "/Users/grahams/Library/Application Support/Plex Media Server/Plug-ins/Framework.bundle/Contents/Resources/Versions/2/Python/Framework/components/services.py", line 556, in function_in_service_is_deferred
service.sandbox.context.import_values(values)
AttributeError: 'NoneType' object has no attribute 'sandbox'
The Full log is available here:
https://gist.github.com/grahams/8269536
sean
Yep, that's similar to the one reported earlier... have to look into it.