This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
Releases: IsSuEat/open-livestreamer-firefox-addon
Releases · IsSuEat/open-livestreamer-firefox-addon
2.0.2
2.0.1
2.0
I will submit this build to the markteplace now, as it works perfectly for me.
Again huge thanks to Julian, who rewrote pretty much the whole addon to make it a whole lot more comfortable to use!
This is pretty much the same as 1.9, but:
- Added License GPLv3
- Minor Locale update
1.9
Huge update 1.9, thanks to julianrichen
This will become 2.0 after some testing
- Used the default install location of livestreamer as a first attempt
- If it fails to find livestreamer it notifies the user to use the preferences tab
- Default locations are:
- Linux:
/usr/bin/livestreamer
(works Debian linux) - Windows:
C:\\Program Files (x86)\\Livestreamer\\livestreamer.exe
(works Win7) - Mac:
/Applications/livestreamer.app
(Can't verify)
- Linux:
- URL validation (regex) is now done with livestreamer; no need to create our own list Closes #7
- Stream resolutions/quality is returned from livestreamer and updated in the drop down
- Attempts to organize the qualities based of a preset but not always correct
- Redesign interface
- Only 1 panel used, status is updated with
panel.port.emit("status", "<message>");
- New status for each step of the process
- Loading icon (gif) to inform the user of the current status
panel.port.emit("loading", true);
- Only 1 panel used, status is updated with
- Improved ContextMenu support
- Inital localization support in
locale/
(en-US) - Initial German localization