aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/livestreamer/cli.py
Commit message (Expand)AuthorAge
* cli: Add option to load plugins from custom directories.Gravatar Christopher Rosell2012-09-29
* Fix file check on Python 3.Gravatar Christopher Rosell2012-09-26
* Release version 1.3.Gravatar Christopher Rosell2012-09-19
* Move the named pipe stuff to a file-like class.Gravatar Christopher Rosell2012-09-18
* Use unique pipe name and fix pipe blocking on open on *nix.Gravatar Christopher Rosell2012-09-18
* Fix Python 3 error and invalid import.Gravatar Christopher Rosell2012-09-18
* named pipe fixesGravatar Toad King2012-09-17
* new feature: output to player though a named pipeGravatar Toad King2012-09-17
* livestreamer.plugins.justintv: Verify stream info.Gravatar Christopher Rosell2012-09-11
* Get rid of urllib and use requests instead.Gravatar Christopher Rosell2012-09-07
* livestreamer.plugins.gomtv: Add some logging.Gravatar Christopher Rosell2012-08-27
* Make help for --rtmpdump more clear.Gravatar Christopher Rosell2012-08-27
* Added GOMTV plugin support adapted from https://github.com/sjp/GOMstreamerGravatar Niall McAndrew2012-08-25
* Change location of livestreamerrc on Windows.Gravatar Christopher Rosell2012-08-23
* Make the library more thread safe.Gravatar Christopher Rosell2012-08-23
* Minor CLI changes.Gravatar Christopher Rosell2012-08-18
* Check if prebuffer gets any data.Gravatar Christopher Rosell2012-08-16
* Minor CLI fixes.Gravatar Christopher Rosell2012-08-15
* Kill player when stream is over.Gravatar Christopher Rosell2012-08-15
* Add logging.Gravatar Christopher Rosell2012-08-15
* Prebuffer some data before outputing to player/file.Gravatar Christopher Rosell2012-08-15
* Always make sure output is in binary mode on Windows.Gravatar Christopher Rosell2012-06-22
* Use Popen instead of pbs when launching player.Gravatar Christopher Rosell2012-06-18
* Improved --help.Gravatar Christopher Rosell2012-06-14
* Add option to hide player output.Gravatar Christopher Rosell2012-06-14
* Added global options module.Gravatar Christopher Rosell2012-06-13
* Improved subprocess error handling.Gravatar Christopher Rosell2012-06-12
* Improve English.Gravatar Christopher Rosell2012-05-28
* Write normal messages to stdout instead of stderr.Gravatar Christopher Rosell2012-05-28
* Add -c option again that prints internal commandline when possible.Gravatar Christopher Rosell2012-05-28
* Add option to always write to output file even if it already exists.Gravatar Christopher Rosell2012-05-27
* Exit with return code 1 when there is an error.Gravatar Christopher Rosell2012-05-27
* Add option to output stream to stdout.Gravatar Christopher Rosell2012-05-26
* Add support for writing stream to stdout.Gravatar Christopher Rosell2012-05-26
* Refactor stream input/output.Gravatar Christopher Rosell2012-05-25
* Add more plugin exceptions.Gravatar Christopher Rosell2012-05-24
* Added PluginError exception to make error handling nicer.Gravatar Christopher Rosell2012-04-21
* Make get_streams always return a dict.Gravatar Christopher Rosell2012-04-21
* Make livestreamer more usable as a library.Gravatar Christopher Rosell2012-03-21
* Move CLI related constant to cli.py.Gravatar Christopher Rosell2012-03-21
* Refactor the stream/command line handling.Gravatar Christopher Rosell2012-03-21
* Change the way plugins are used.Gravatar Christopher Rosell2012-03-21
* Plugins can now add extra arguments to the cli.Gravatar Christopher Rosell2012-01-19
* Add argument reading from ~/.livestreamerrc.Gravatar Christopher Rosell2011-12-19
* Some code rearrangements.Gravatar Christopher Rosell2011-10-26
* Initial commit.Gravatar Christopher Rosell2011-08-15