This repository has been archived by the owner on Dec 12, 2019. It is now read-only.
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