IsSuEat / open-livestreamer-firefox-addon

Addon for firefox to quickly open stream urls in vlc using livestreamer
GNU General Public License v3.0
18 stars 7 forks source link

Dynamic update, improved UI & inital localization #25

Closed julianrichen closed 9 years ago

julianrichen commented 9 years ago

After my initial PR I wondered if I could make the plugin automatically get the streams validity & quality from livestreamer. Apparently you can! A lot of the code has been changed and I apologize for that, if it is to much of a change and you don't like the direction I'll make another repo and call it something different.

Here is a video of the redesign: https://vid.me/v6xZ (never used vid.me before, hopefully it works)

Changelog

What I tried (and failed):

22; I could not for the life of me figure that out. It might be a limitation with nsiProccess

Next plan:

17, want to get livestreamer working in the browser with a click of a button. Seamless integration as if it's the player.

IsSuEat commented 9 years ago

Wow! This is what I initially wanted to do, figure out a way that livestreamer tells us if the url is valid or not. I will see through the changes and merge them asap. Huge thanks!

edit: for #22 it might be possible to use with the new child_process api. This API was not available when I created the addon.