sailfish-ytplayer icon indicating copy to clipboard operation
sailfish-ytplayer copied to clipboard

Media plugin

Open rburchell opened this issue 11 years ago • 8 comments

Hi,

Shortly before leaving Jolla, I was working on investigating YTPlayer as a Media application plugin. I have permission to open source this work, but it is not really in a state ready for a pull request.

If you can give me a mail address or something, I'd be happy to send the code (& instructions) there.

BR, Robin

rburchell avatar Sep 22 '14 21:09 rburchell

See https://github.com/tworaz/sailfish-ytplayer/blob/master/AUTHORS

But why not push it to a branch in your github fork?

michael-k avatar Sep 28 '14 21:09 michael-k

Sure. Pushed here: https://github.com/rburchell/sailfish-ytplayer-1/tree/plugin

rburchell avatar Sep 28 '14 21:09 rburchell

Hi, the code and the idea certainly look interesting. Unfortunately I currently don't have the time to incorporate this into main branch. I've only recently found the time to finish working on long overdue 0.3.0 release. Still, thank you very much for sharing the code. I think I should have some extra free time in November so I'll cerainly have a better look at it.

tworaz avatar Oct 12 '14 13:10 tworaz

Hi tworaz, has there been any further work on this?

ghost avatar Jan 14 '15 13:01 ghost

The honest answer is no. I looked at it a bit after 0.3.0 release, and finally decided I'm not interested in the feature at least for 2-3 next major releases. I have rather limited time to work on the project and I'd rather spend it on more user visible changes like video downloads in 0.4.0, youtube playlists support, comments, search history/suggestions, contextual searches etc.

If you're interested in working on the feature, you're more than welcome to hack on it.

tworaz avatar Jan 14 '15 20:01 tworaz

What is needed to push this to for the current ver?

Thaodan avatar Jan 20 '15 23:01 Thaodan

You probably can't just push it. The original patch was based on rather old version of YTPLayer. It also moved a lot of code around which I'd rather avoid. What you basically need is to only take the new files the patch added, make sure thay're incorportated into the project, change the project template to build a library instead of an executable. Also you probably need to make sure that the library uses YTPlugin.qml file as entry point instead of YTPlayer.qml.

At least on master qml files are already packaged as resources so you can skip this part of the patch.

tworaz avatar Jan 21 '15 20:01 tworaz

Anyone looking at this? I'd love to use ytplayer-lib for using it in Quickddit.

accumulator avatar Oct 10 '15 10:10 accumulator