Alpha
eb9cffbd7a
feat: hide next episode button on reaching last episode
...
Hides the next episode button if the currently completed episode is the
last available episode on the server. Also affects auto-next feature,
where it returns to media actions menu on completion of last episode.
2025-03-16 16:06:46 +05:30
Benexl
c5f9c37d3a
fix: preview images not showing in rofi menu
2025-03-16 09:46:23 +03:00
Benedict Xavier
44fd65ebab
Merge pull request #74 from crispy-caesus/patch-1
...
remove yugen from description
2025-03-03 06:22:48 +03:00
crispy-caesus
e919980ff7
remove yugen from description
...
yugen and gogoanime shut down
2025-03-02 12:37:01 +01:00
Benedict Xavier
6887c6ff10
Merge pull request #72 from sudoAlphaX/multiple-download-ranges
...
feat: multiple download ranges in download in menu
2025-03-02 12:12:59 +03:00
Benedict Xavier
b394de0b23
Merge pull request #71 from crasband1/use_preffered_history_config_option
...
fix: config preferred_history option was unused
2025-02-24 08:45:59 +03:00
Benedict Xavier
71003049d6
Merge branch 'master' into use_preffered_history_config_option
2025-02-24 08:45:41 +03:00
Benexl
6f69b785d8
feat(config): mpv pre args
2025-02-23 20:52:52 +03:00
Alpha
6756540fd1
feat: multiple download ranges in download in menu
...
Improvement to 98e41e1e which allows selection of multiple download
ranges.
Example: :3 5:7 10 13 15:16 19:
will download 1,2,3,5,7,10,13,15,16,19 till the end
Variables can be named better.
2025-02-23 23:07:09 +05:30
Benexl
e6b9df25dd
feat: ensure the environs externally provided by user are preferred
2025-02-23 20:28:41 +03:00
Benexl
f40dd2363a
feat(updater): add instructions for post update
2025-02-23 20:24:26 +03:00
Benexl
61a525ff94
feat(config): pass custom mpv args
2025-02-23 20:18:23 +03:00
relive010
27d671f89d
fix: config preferred_history option was unused due to switched if statements
2025-02-23 10:14:02 -07:00
Benedict Xavier
58edb0427f
Merge pull request #70 from crasband1/not_history_continue_off_by_one_fix
...
fix: fixed off by one error in condition of continuing anime from Wat…
2025-02-23 19:39:09 +03:00
Benedict Xavier
7abcdc8f7c
Merge pull request #69 from sudoAlphaX/move-next-eps-button-position
...
refactor: just move next episode to the top
2025-02-23 19:35:51 +03:00
Benedict Xavier
ca4ca0d476
Merge pull request #68 from sudoAlphaX/download-menu-range-fix
...
fix: download in menu range fix
2025-02-23 19:33:51 +03:00
relive010
5a337b1c97
fix: fixed off by one error in condition of continuing anime from Watching tab when logged into anilist when the anime is not in watch_history.json
2025-02-23 09:00:30 -07:00
Alpha
6c94dd22fc
refactor: just move next episode to the top
...
When watching episodes, it makes sense to go to the next episode after
completing the current one. Currently, when an episode is completed,
replay button appears first in media_player_controls menu.
This patch just moves replay button below such that the next episode
button takes priority, and the user can watch the next episode with a
single key press (<return>) which is less immersion breaking that
(<down> <return>).
2025-02-23 16:48:53 +05:30
Alpha
8c7e1e201f
fix: download in menu range fix
...
When using the download in menu feature introduced by 98e41e1 ,
downloading using range (3:5) doesn't work as expected. It starts
incremented by 1. Example: 3:5 selects episodes 4 and 5.
This patch addresses this issue by simply decrementing the start_episode
variable by 1 before adding adding to range list.
2025-02-23 16:44:19 +05:30
Benexl
98e41e1eb5
feat: download anime menu option
2025-02-23 09:53:31 +03:00
Benexl
bd0e7db73c
chore: update lock files
v2.8.8
2025-02-22 13:02:45 +03:00
Benexl
fb705b4ac2
chore: bump version (v2.8.8)
2025-02-22 13:02:36 +03:00
Benexl
93654be74f
feat: enhance login experience
2025-02-22 12:58:45 +03:00
Benedict Xavier
9b14a4c723
Merge pull request #62 from crasband1/master
...
added support for macOS login
2025-02-22 11:34:38 +03:00
relive010
bce5acf7b5
added support for macOS login via key pasted into anilist_key.txt in Downloads
2025-02-19 02:16:38 -07:00
Benexl
228be7e1f7
feat: add support for the year 2025 in available years list
2025-02-18 11:23:40 +03:00
Benedict Xavier
2eb434e42a
Update README.md
2025-02-04 09:16:34 +03:00
Benedict Xavier
fbb3a00ab0
Create FUNDING.yml
2025-01-30 07:51:46 +03:00
Benedict Xavier
8341ffe8fd
Update README.md
2025-01-29 22:13:03 +03:00
benexl
0822e2e92c
feat: improve preview logic
2025-01-29 19:47:56 +03:00
benexl
3b9fbd0665
chore: upgrade deps
2025-01-29 19:47:42 +03:00
benexl
60b74bee18
feat: update the preview script
2025-01-29 18:47:12 +03:00
Benedict Xavier
d7dc63e003
Merge pull request #59 from Benexl/minor-fixes
...
Minor fixes
2025-01-29 04:38:53 +03:00
Type-Delta
d40edb6ff6
🧹 cleanup: lint error E402, ehe ;p
2025-01-29 00:52:07 +07:00
Benedict Xavier
803712649f
Update README.md
2025-01-27 17:26:07 +03:00
Benedict Xavier
7bc0d33f69
Update README.md
2025-01-27 17:25:15 +03:00
Benedict Xavier
5885d134df
Update README.md
2025-01-26 10:33:55 +03:00
Type-Delta
5500ec49c8
💫 update: which_win32_gitbash() to handle git.exe in bin dir
2025-01-24 12:10:52 +07:00
Type-Delta
8c94380050
🛠️ fix: fzf preview use the wrong bash.exe on Windows
2025-01-23 19:40:45 +07:00
Type-Delta
87a97dd0c6
🧹 cleanup: fix typos
2025-01-23 07:40:42 +07:00
Type-Delta
80d9f732b1
🛠️ fix: handle ctrl+C termination of fzf
2025-01-23 07:03:21 +07:00
Benedict Xavier
051273dac9
Merge pull request #57 from Abdisto/master
...
Indent Fix for Anime Description in fzf preview
2025-01-21 09:25:47 +03:00
Abdist
036f448906
Update utils.py
2025-01-18 21:25:32 +01:00
Abdist
b5aeed9268
Update utils.py
...
strip() was not neccessary
2025-01-18 15:47:19 +01:00
Abdist
4257502b85
Update utils.py
2025-01-16 14:28:43 +01:00
Abdist
28a857520f
Update utils.py
2025-01-16 14:26:12 +01:00
Abdist
4f9fff375c
Update utils.py
2025-01-16 14:21:43 +01:00
Abdist
ce31f63788
Update utils.py
2025-01-16 14:01:53 +01:00
Abdist
9412c2491e
Update utils.py
2025-01-16 13:56:20 +01:00
Abdist
8209adec62
Update utils.py
2025-01-16 13:54:07 +01:00