Commit Graph

83 Commits

Author SHA1 Message Date
Nguyễn Gia Phong e824f80116 Fix JSON playlist dumper and edit keybindings 2017-07-04 15:51:24 +07:00
Nguyễn Gia Phong 31c6532956 Update documentation 2017-07-03 20:52:53 +07:00
Nguyễn Gia Phong f0b95cfa86 Fix class calling 2017-07-03 20:46:08 +07:00
Nguyễn Gia Phong 408e3c869f Fix youtube-dl stderr garbage printing and edit installation installation instruction 2017-06-25 20:34:10 +07:00
Nguyễn Gia Phong 0066d60a4e Update documentations and clean up (?) 2017-06-25 17:38:19 +07:00
Nguyễn Gia Phong 21937f383c Update Vietnamese translation 2017-06-14 12:32:22 +07:00
Nguyễn Gia Phong b37b4440ac Improve info extractor 2017-06-14 12:21:54 +07:00
Nguyễn Gia Phong 27d0c98469 Improve printing (slightly better performance) 2017-06-12 13:37:42 +07:00
Nguyễn Gia Phong 4928ee1c6e Clean up everything 2017-06-10 22:14:15 +07:00
Nguyễn Gia Phong fd853b559e Code clean-up 2017-05-29 20:38:09 +07:00
Nguyễn Gia Phong 5be79fd930 Begin to create an independant back-end object 2017-05-28 21:02:34 +07:00
Nguyễn Gia Phong 8bdee9017e Sync with jaseg/python-mpv 2017-05-15 11:02:56 +07:00
Nguyễn Gia Phong a038e355e7 Add search function 2017-05-07 15:59:54 +07:00
Nguyễn Gia Phong 1cd22a5ce9 Refine codebase 2017-05-01 16:19:49 +07:00
Nguyễn Gia Phong 63a3267b6e Refactor partially (now more things are broken) 2017-04-27 21:36:10 +07:00
Nguyễn Gia Phong ae7618c807 Create an object to avoid using global variable 2017-04-24 11:13:12 +07:00
Nguyễn Gia Phong bdd2ac61cf Fix the bug when the playlist is shorter than the screen 2017-04-10 20:53:17 +07:00
Nguyễn Gia Phong d01194223d Import youtube-dl 2017-04-08 20:53:48 +07:00
Nguyễn Gia Phong 894fa77fd6 Add save playlist function and complete Vietnamese translation 2017-04-06 23:02:54 +07:00
Nguyễn Gia Phong c224c24b84 Add Youtube playlist argument, seek function and patial support for translation using gettext 2017-04-05 11:39:04 +07:00
Nguyễn Gia Phong 36f73c36f1 Update documentation and setup 2017-04-04 11:37:29 +07:00
Nguyễn Gia Phong 8a79cafddd Add repeat and shuffle mode 2017-04-03 20:52:59 +07:00
Nguyễn Gia Phong fefa352ae1 Add playing title to statusline and audio, video toggle feature 2017-04-02 21:04:57 +07:00
Nguyễn Gia Phong 14a8c21c24 Add pause function and time-pos 2017-03-30 11:14:51 +07:00
Nguyễn Gia Phong 861c2e4612 Standardize function calls 2017-03-26 15:26:37 +07:00
Nguyễn Gia Phong 082cdc3222 Refactor to not use curses.wrapper 2017-03-24 21:57:19 +07:00
Nguyễn Gia Phong 202280f760 Add bottom panel and improve data structure 2017-03-23 21:37:52 +07:00
Nguyễn Gia Phong f5ea68509e Initial comp commit 2017-03-21 20:33:11 +07:00
jaseg 8b9411ec54 Simplify initialization logic somewhat 2017-01-06 14:41:46 +01:00
Frechdachs 9cc3a25c73 Make sure _mpv_initialize is called before _mpv_terminate_destroy 2017-01-06 13:52:50 +01:00
jaseg 9fa18058ad Make so/DLL loading more robust
* Print a proper error message if shared object not found on unix
* Abide by local conventions and look for DLL in script's directory on windows
2017-01-04 12:46:17 +01:00
jaseg eb8b6a05d7 Clarify event thread handling in the README 2016-11-23 10:20:49 +01:00
jaseg efbf182723 Fix MPV.terminate so it can be called from event handlers 2016-09-15 02:00:28 +02:00
jaseg 667ec6f180 Fix property access in README example 2016-08-25 07:41:34 +02:00
jaseg b71e8a4a55 Small refactoring of with usage in tests 2016-08-24 11:42:17 +02:00
jaseg 1ee4361bdd Pimp loadfile to accept per-file options 2016-08-20 11:20:20 +02:00
jaseg 669c4bbfec BREAKING 💥 Improve property handling 2016-08-20 09:54:53 +02:00
jaseg be8d6897eb Fix key binding handling for duplicate bindings and commands 2016-08-19 18:52:37 +02:00
jaseg aaddc52da4 Set LC_NUMERIC to C to avoid segfaults on some platforms 2016-08-19 17:54:32 +02:00
jaseg ab8b8b5477 Improve event handling, add message handling, add key binding foo 2016-08-17 23:21:19 +02:00
jaseg de7b671103 Finally add node handling, fix ALL THE THINGS
* New node handling
 * Add remaining properties
 * Improve property type handling (no more ynbool!)
 * Add pröper option access
 * Add a whole bunch of tests
2016-08-13 19:14:14 +02:00
jaseg 4d6c17d342 WIP 2016-08-13 18:19:39 +02:00
jaseg 97d929e27f Add loads of new properties 2016-08-13 01:30:03 +02:00
jaseg a8be9bd534 More tests 2016-08-13 01:29:35 +02:00
jaseg adfe131be9 Improve flag handling 2016-08-13 01:28:33 +02:00
Frechdachs b6d2b514d5 Fix spaces/tabs inconsistency
Since 230f0078fe python throws a TabError exception.
2016-08-12 23:09:18 +02:00
jaseg 230f0078fe Fix filesystem encoding on windows 2016-08-09 23:38:21 +02:00
jaseg 1feab17c18 💥 breaking: Call observe_property handler with correct type arg 2016-08-07 19:49:55 +02:00
jaseg 1bde43a4d8 Update README with more instructions 2016-08-07 19:49:37 +02:00
jaseg 1acc39885f Keep wait_for_playback in waiting state during PAUSE
...to allow proper playback of network resources even in case of
buffering
2016-08-07 19:40:28 +02:00