Commit Graph

48 Commits

Author SHA1 Message Date
Nguyễn Gia Phong e860f1526d Remove Travis CI
Ubuntu Trusty doesn't provide packages needed for testing, namely libmpv1
and Python 3.7+.
2018-09-19 17:19:47 +07:00
Nguyễn Gia Phong 6576c01801 Clean up and update Travis intergration 2018-09-18 20:57:14 +07:00
cclauss 900a3f359a Use Travis CI to run Continuous Integration tests 2018-04-22 09:53:56 +07:00
Nguyễn Gia Phong 7203eaaef5 Remove undefined names in omp/omp.py 2018-04-22 09:53:56 +07:00
cclauss 51ba038b80 import curses, re in omp/omp.py 2018-04-22 09:53:21 +07:00
Nguyễn Gia Phong be0eaeadb7 Give more sense to shuffle-* and *-selected modes (#8) 2018-01-30 17:55:27 +07:00
Nguyễn Gia Phong f8185d1b31 Make comp ask to dump when quit and dump less bullsh*t 2018-01-30 17:08:47 +07:00
Nguyễn Gia Phong 082685cee3 Fix KeyError when there isn't mpv section in config file (#7) 2018-01-30 09:40:22 +07:00
Nguyễn Gia Phong 0500d98b0a Add support for mpv arguments in config file (#6) 2018-01-28 23:12:13 +07:00
Nguyễn Gia Phong bb29631789 Update keybindings documentation 2018-01-25 22:09:23 +07:00
Nguyễn Gia Phong f4791e6e99 Add warning messages 2018-01-25 22:09:23 +07:00
Nguyễn Gia Phong 37f92bcc74 Fix duplicated keybindings 2018-01-25 22:09:23 +07:00
Nguyễn Gia Phong e21fd6285d Make compatible with python-mpv 0.3.5 and edit search keybindings 2018-01-25 22:09:23 +07:00
Nguyễn Gia Phong 4b18b5c1bf Start implementing default mpv keybindings 2018-01-25 22:09:23 +07:00
Nguyễn Gia Phong 6ada63f856 Clean up 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong b01b6abd1a Make compatible with python-mpv 0.3 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 7542fb3892 Change mpv and youtube-dl links 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 1b0692417f Update documentation and drop gettext support for argparse help strings 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong ba3a065006 Fix JSON playlist dumper and edit keybindings 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 04901f33d9 Update documentation 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 9cef1e2382 Fix class calling 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 2972111b59 Fix youtube-dl stderr garbage printing and edit installation installation instruction 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 6d0aa7fe51 Update documentations and clean up (?) 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 801c439146 Update Vietnamese translation 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 031f9ea1aa Improve info extractor 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 654c5572ef Improve printing (slightly better performance) 2018-01-25 22:09:22 +07:00
Nguyễn Gia Phong 9129a8974f Clean up everything 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 98c73ae8ac Code clean-up 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 0bca71fe0c Begin to create an independant back-end object 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 8334263141 Sync with jaseg/python-mpv 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 056727768d Add search function 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong d146f5d74c Refine codebase 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong df98e90366 Refactor partially (now more things are broken) 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong cf9cfd3c01 Create an object to avoid using global variable 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong fc6b4a0c51 Fix the bug when the playlist is shorter than the screen 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong c1b0652078 Import youtube-dl 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 6a2c20e490 Add save playlist function and complete Vietnamese translation 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 3679965578 Add Youtube playlist argument, seek function and patial support for translation using gettext 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 23fc9ae49b Update documentation and setup 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 5abe0b2ebc Add repeat and shuffle mode 2018-01-25 22:09:21 +07:00
Nguyễn Gia Phong 3f603ed693 Add playing title to statusline and audio, video toggle feature 2018-01-25 22:09:20 +07:00
Nguyễn Gia Phong d5117c65c8 Add pause function and time-pos 2018-01-25 22:09:20 +07:00
Nguyễn Gia Phong 1b130724d2 Standardize function calls 2018-01-25 22:09:20 +07:00
Nguyễn Gia Phong c9fcb30f75 Refactor to not use curses.wrapper 2018-01-25 22:09:20 +07:00
Nguyễn Gia Phong 1e1418f8dd Add bottom panel and improve data structure 2018-01-25 22:09:20 +07:00
Nguyễn Gia Phong 7066eeb697 Initial comp commit 2018-01-25 22:09:20 +07:00
jaseg f8b6ac8f66 Rebase python-mpv commits
Now with mpv.py moved out of the repository, comp isn't any longer a
fork of python-mpv. These commits confuses the log and thus got squashed
into one.
2018-01-25 22:06:26 +07:00
jaseg 9b68b0866e Initial commit 2014-08-10 23:27:26 +02:00