Commit Graph

  • e01040e15c fix bug in supplying multi word query to stream function ksyasuda 2022-01-22 00:55:29 -0800
  • 8902875806 make insert statements blocking to avoid locks ksyasuda 2022-01-21 00:27:39 -0800
  • f40d5d2f91 fix loging bug and update search history list to order by search date ksyasuda 2022-01-19 23:27:25 -0800
  • ce2004e09c change name of logging function to not conflict with builtin ksyasuda 2022-01-15 19:32:06 -0800
  • 74d511b982 refactor and clean up code a bit ksyasuda 2022-01-15 15:12:42 -0800
  • 266f684817 revert quality to best by default ksyasuda 2022-01-15 13:06:04 -0800
  • 86531b3a59 add jq as dependency for json parsing ksyasuda 2022-01-15 02:00:14 -0800
  • 44438b3a47 update to scrape gogoplay ksyasuda 2022-01-14 12:05:49 -0800
  • 9ad13ae95a convert more here strings to process substituion ksyasuda 2022-01-11 23:41:47 -0800
  • b4afebe72c better sync history functions ksyasuda 2022-01-11 22:01:05 -0800
  • 9662a28aa4 update themes and allow for specifying dpi with -D ksyasuda 2022-01-11 17:05:11 -0800
  • e5bb21b4e1 change find media function to be tail recursive? ksyasuda 2022-01-11 12:37:59 -0800
  • e8944dcc69 replace regex with variable expansion ksyasuda 2022-01-11 11:53:21 -0800
  • 20bcea5d09 fix bugs in check flags function ksyasuda 2022-01-10 15:03:12 -0800
  • 9bd2b94bda update search table sql to not allow duplicate anime names ksyasuda 2022-01-09 12:46:37 -0800
  • 54cad7d62b small fixes and update to nord theme ksyasuda 2022-01-09 12:34:21 -0800
  • 0e1130f7c0 add directory tracking and better regex ksyasuda 2022-01-09 03:22:22 -0800
  • ce27ce7684 more improvements and add nord theme ksyasuda 2022-01-09 02:33:29 -0800
  • 9be6dccf79 improvements ksyasuda 2022-01-08 15:34:18 -0800
  • 27d4dd5ec3 update readme ksyasuda 2022-01-08 15:06:55 -0800
  • 99691746c7 improvements ksyasuda 2022-01-08 14:55:17 -0800
  • aaaad7d986 refactor code ksyasuda 2022-01-08 14:53:56 -0800
  • 3b64d74bf2 fix check_date bug ksyasuda 2022-01-07 12:10:20 -0800
  • d19ea5f478 add database connect/query args to ani-cli ksyasuda 2022-01-07 10:54:29 -0800
  • b1b263fb56 make sync watch history a lot better ksyasuda 2022-01-07 10:50:52 -0800
  • 70c141cf8e add cmdline options to connect to or query database ksyasuda 2022-01-07 10:34:33 -0800
  • 5e5d004728 fix scraping ksyasuda 2022-01-07 09:24:13 -0800
  • 016263cb69 update readme with theme options ksyasuda 2022-01-06 23:43:44 -0800
  • b0cb5ddc66 change setup script to run sql each update instead of initial setup only ksyasuda 2022-01-06 23:35:09 -0800
  • b3f8aa48d3 update setup sql sripts to backup and update tables automatically ksyasuda 2022-01-06 23:31:02 -0800
  • 6011e1d5a0 add quit option to anime selection menu ksyasuda 2022-01-06 23:29:45 -0800
  • 0b2e28f2fd add handling for default and custom themes in scripts ksyasuda 2022-01-06 19:34:24 -0800
  • f52e0eeafd add more themes ksyasuda 2022-01-06 19:29:30 -0800
  • e734fb131f add better dracula theme and fix some bugs ksyasuda 2022-01-06 16:03:31 -0800
  • d30fd90b9b fix file_history inserting full path instead of directory path ksyasuda 2022-01-06 13:57:11 -0800
  • a8e4e87197 udpate code to mark watched files as active in rofi ksyasuda 2022-01-06 13:42:54 -0800
  • 952519de8b add dracula type theme and update script to accept theme arg ksyasuda 2022-01-06 02:00:37 -0800
  • ddf2de4fe8 add .webm filetype as a playable file ksyasuda 2022-01-05 11:44:42 -0800
  • 6af81cb769 update sync watch history to use insert_history function ksyasuda 2022-01-05 11:23:16 -0800
  • 797df2b1fb update to scrape sbplay ksyasuda 2022-01-05 10:54:19 -0800
  • 7ca1907998 update code to insert into file history table ksyasuda 2022-01-04 23:06:12 -0800
  • ae6e20ae1c add hidpi version of theme ksyasuda 2022-01-04 18:10:51 -0800
  • 21597fc1bc add file_history table and update setup script ksyasuda 2022-01-04 18:10:34 -0800
  • 090f0e84e7 move play from file function to ani-cli script ksyasuda 2022-01-04 18:07:41 -0800
  • b48b849408 update readme with aria2 dependancy ksyasuda 2022-01-04 12:25:22 -0800
  • 24303d4b64 update mpv command ksyasuda 2022-01-04 12:05:36 -0800
  • 78ef98562b clean up code and add ability to search for and play mp3 files ksyasuda 2022-01-04 11:39:25 -0800
  • f5219775e4 clean up code and squash some small bugs ksyasuda 2022-01-04 11:38:13 -0800
  • f9d4f65f22 make play from file safer ksyasuda 2022-01-04 00:57:22 -0800
  • f814497f44 apply fixes for scraping/downloading ksyasuda 2022-01-03 22:12:24 -0800
  • 9d7af52ad0 clean up code and fix sync watch history bug ksyasuda 2022-01-03 17:00:01 -0800
  • ff4ee0a5f8 fix database creation bug ksyasuda 2022-01-03 00:21:10 -0800
  • ed9288adfb add verbose option to setup script ksyasuda 2022-01-03 00:00:03 -0800
  • af1d466620 pretty nice makefile i hope and update readme ksyasuda 2022-01-02 23:56:25 -0800
  • 41c6e7649b change name of default theme to aniwrapper.rasi ksyasuda 2022-01-02 23:18:38 -0800
  • d48c702db1 clean up code a bit ksyasuda 2022-01-02 23:18:27 -0800
  • f29733d867 update readme ksyasuda 2022-01-02 17:44:55 -0800
  • 9cf1c21ccf remove playlist mode entirely ksyasuda 2022-01-02 15:15:16 -0800
  • 987e84e9cd clean up code and update readme to reflect ksyasuda 2022-01-02 15:14:39 -0800
  • bf1a35f869 fix half episodes in watch history ksyasuda 2022-01-02 14:07:00 -0800
  • 2076a5241f fix half episode handling ksyasuda 2022-01-02 11:19:31 -0800
  • ef105c5186 apply patches from main script for better scraping ksyasuda 2022-01-02 11:00:49 -0800
  • 55470e87e9 update code formatting ksyasuda 2022-01-02 09:53:16 -0800
  • 37f60ffb21 clean up code a bit and fix sync watch history ksyasuda 2022-01-01 21:10:53 -0800
  • 15ea028c4b change wording on anime selection rofi prompt ksyasuda 2022-01-01 19:19:15 -0800
  • 2e03fecb13 update readme ksyasuda 2022-01-01 19:15:04 -0800
  • ce75838882 fix anime selection menu styling ksyasuda 2022-01-01 18:59:11 -0800
  • ef5e8b6ec3 update process to selectively bypass anime selection ksyasuda 2022-01-01 17:37:22 -0800
  • 7b03f71130 update readme and fix handling of multiword vs selected search query ksyasuda 2022-01-01 16:54:32 -0800
  • bc58d1677a update readme ksyasuda 2021-12-31 17:08:50 -0800
  • eec96f21b4 replace playlist feature with play from file and update readme ksyasuda 2021-12-31 17:03:38 -0800
  • 646564fb32 update to dev install ksyasuda 2021-12-31 17:03:04 -0800
  • 0b72c296bf add check for notify-send in download function ksyasuda 2021-12-30 21:58:02 -0800
  • e7f365c173 fix aniwrapper get_quality not setting properly ksyasuda 2021-12-30 21:39:41 -0800
  • e883c5fa6a add ability to disable rofi with -c flag ksyasuda 2021-12-30 21:20:40 -0800
  • 3009a6d72f fix new anime query not working ksyasuda 2021-12-30 20:06:26 -0800
  • a1486457da add MYsan icon and create icons dir in setup ksyasuda 2021-12-30 20:00:49 -0800
  • 072680d637 clean up code a bit and update downloads logic ksyasuda 2021-12-30 16:47:08 -0800
  • a1b930f28a change download notification to include anime id ksyasuda 2021-12-30 14:30:10 -0800
  • ae66b83df2 fix selecting from search history and add icon to download notification ksyasuda 2021-12-30 11:57:53 -0800
  • 5d0ddd59b0 update readme ksyasuda 2021-12-30 11:57:16 -0800
  • 9dcb67f172 fix ani-cli script for streaming and downloading ksyasuda 2021-12-30 11:08:50 -0800
  • 89fb51c5bf update base url to point to new gogoanime link ksyasuda 2021-12-23 16:39:10 -0800
  • 31ed4ceb5a remove unset variable check ksyasuda 2021-12-19 20:12:04 -0800
  • 41cfdb41d6 implement optional quality selection with -q flag ksyasuda 2021-12-16 00:21:58 -0800
  • 741b933b83 change streaming gif to link since it's too large ksyasuda 2021-12-15 18:07:39 -0800
  • 138d97608e add check for existing skip-intro script in setup ksyasuda 2021-12-15 17:42:16 -0800
  • e539923da8 fix episode downloading ksyasuda 2021-12-13 15:12:22 -0800
  • 35afc20461 fix anime not playing ksyasuda 2021-12-10 23:15:40 -0800
  • a8a87744e8 update rofi config to steal window focus ksyasuda 2021-11-29 22:51:44 -0800
  • 3b762fc4e4 update gogoanime link to fix query ksyasuda 2021-11-29 13:08:41 -0800
  • cc9f7e7a44 update readme ksyasuda 2021-11-26 17:56:06 -0800
  • f2100823e4 update setup script to be queit by default ksyasuda 2021-11-26 17:54:52 -0800
  • 0135288231 clean up code some more ksyasuda 2021-11-25 10:52:59 -0800
  • 5d4e0f5a95 clean up code a bit and remove list history ksyasuda 2021-11-24 18:24:17 -0800
  • 78b8dbb3eb update aniwrapper sync to pass verbose option ksyasuda 2021-11-22 12:42:07 -0800
  • ee507bd220 Merge branch 'master' of github.com:ksyasuda/aniwrapper ksyasuda 2021-11-21 21:44:17 -0800
  • 8a531d1818 update logging in search_history function ksyasuda 2021-11-21 21:43:48 -0800
  • c72b3fdece update readme and change setsid to nohup ksyasuda 2021-11-20 13:50:12 -0800
  • 737d066ced fix db history sync ksyasuda 2021-11-20 13:07:47 -0800