Search the Community
Showing results for tags 'mopidy'.
-
im writing a emby mopidy plugin. right now it supports browsing and streaming and a little searching. right now i want to implement a seek function. i use the streaming urls for listening to music like /Audio/<Id>/stream.mp3 is there a way to seek in this stream with a remote like api endpoint? right now i tried /Sessions/<sessionId>/Playing/seek?SeekPositionTicks=<tick> this doesnt work at all. i get this response: {u'ResponseStatus': {u'ErrorCode': u'NullReferenceException', u'Message': u'Object reference not set to an instance of an object', u'Errors': []}} any ideas?
-
hi, for over a year im a user of emby and i love it alot. a long time ago i used MPD for playing music on my linux box. it worked well and some time later i found out about mopidy. its a music server written in python. its like mpd but much more extensible. it has a lot of plugins like one for youtube, soundcloud or even spotify. i wanted a way to play songs from emby on my little mopidy server running on a raspberry pi in the kitchen. I started to code on Mopidy-Emby. I fought myself through some basics of the emby api. there is alot to come. right now i need to find out how to seek through a activate stream. the "/Sessions/<ID>/Playing/seek" doesnt work for me at all... but i give my best. maybe someone find this usefull. you can install it through pip with pip install mopidy-emby https://github.com/xsteadfastx/mopidy-emby