sudacode
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-06 02:23:50 -07:00
a47da19922 update readme
30ca33ed2d add download_format_str option
4e4489cf36 add download_format_str option and update icons
02ad7d708e update icons
1706bc75ec update default configuration
Compare 6 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-06 02:21:41 -07:00
bfb7988c70 add check in add to queue function to make sure url is a youtube video
1bd0aa7c58 Merge branch 'master' of github.com:ksyasuda/mpv-youtube-queue
4ad1974e64 fix user options not being read before style configuration
Compare 3 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-05 18:18:23 -07:00
654e369940 add show_error config variable and fix add_to_queue to work for playing from command line again
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-05 18:09:24 -07:00
c94ff7dcf2 fix first video not playing when opening video though app
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-05 17:18:49 -07:00
29fc46fd41 refactor script
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-05 17:16:46 -07:00
7ad4f264d1 refactor script
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-05 13:00:34 -07:00
463813ee76 add function to edit queue and modify script to add first video opened to the queue
2204f690a8 add marked_icon
Compare 2 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-04 17:11:41 -07:00
b46116e976 move listeners out of YouTubeQueue object
2ca1234ee4 add downloader config option
14e57bd9b4 fix update_current_index
Compare 3 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-04 00:55:59 -07:00
d41d85b0e3 add download function
90c255b60e update readme
0ad2880098 add styling to print_osd_message function
Compare 3 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-03 23:19:40 -07:00
894bc5b8e6 update styling and improve performance
cc4f11cb1c update styling
dfdbe42b33 update image
28c3855370 add header and update print function
Compare 4 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-03 17:11:40 -07:00
f9ac4b6d18 add color reset variable
c767c02262 update code formatting
Compare 2 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-03 09:01:40 -07:00
d967bd4021 reset selected index on video change
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-03 00:54:44 -07:00
0d3bdebd6c change default cursor icon from nerd font to unicode
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-03 00:51:22 -07:00
52a2197fbb update color configuration
84332bc7e2 fix second row incorrect indent on print function
0bae7c76f0 add icon and coloring
Compare 3 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 22:31:40 -07:00
c4f058bafe add display_limit to print queue function
e1e033f37d fix selected index not updating with current index
b8ef352bf5 add error handling for is_valid_ytdlp_url
e2e4d2ddd5 add open_channel_in_browser and error checking for add_to_queue
Compare 4 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 14:30:39 -07:00
fdb02bc58d add sleep function and clean up formatting
1211d68dcb account for 0 based indexing in playlists
Compare 2 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 13:24:32 -07:00
a77ad04f41 modify script to automatically play first video added to queue
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 13:18:43 -07:00
0fd4673029 remove print from event functions
beeaee28dd refactor next/prev in queue functions to work with internal playlist
Compare 2 commits »
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 11:07:49 -07:00
0fa2970132 add event handlers for video ending and next video button
sudacode synced commits to master at sudacode/mpv-youtube-queue from mirror 2023-08-02 10:38:22 -07:00
07a5888acc initial commit for mpv-youtube-queue