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
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
93654be74f
feat: enhance login experience
2025-02-22 12:58:45 +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
benexl
0822e2e92c
feat: improve preview logic
2025-01-29 19:47:56 +03:00
benexl
60b74bee18
feat: update the preview script
2025-01-29 18:47:12 +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
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
Abdist
39703d9eca
Update utils.py
2025-01-16 13:44:01 +01:00
Abdist
57d16b3e18
Update utils.py
2025-01-16 13:10:06 +01:00
Abdist
73a99f8b96
Update utils.py
2025-01-16 13:07:54 +01:00
Abdist
309d7d5858
Update utils.py
2025-01-16 13:04:49 +01:00
Abdist
8d20e490ca
Update utils.py
2025-01-16 13:00:26 +01:00
Abdist
3a6e005f3a
Update utils.py
2025-01-16 12:55:04 +01:00
Type-Delta
c4df2587d0
Merge branch 'master' into fix-missing-meta
2025-01-06 21:28:18 +07:00
Benedict Xavier
b38f66767f
Merge pull request #50 from sudoAlphaX/notify-timeout
...
refactor!: change notifier timeout config to seconds
2025-01-05 23:31:39 +03:00
Alpha
e39c992883
refactor!: change notifier timeout config to seconds
...
BREAKING CHANGE: change notification timeout from minutes to seconds in
config.
2025-01-05 22:04:09 +05:30
Alpha
a1744fc9b3
docs: fix typo for anilist login command
2025-01-05 21:59:32 +05:30
benexl
2f5684a93a
feat(cli): add option to disable user config
2025-01-04 23:37:30 +03:00
Piradata
e6412631ae
correct some typos
2024-12-31 19:06:53 -03:00
Type-Delta
72cec28613
➕ add: --hls-use-h264 to convert ts streams to mp4
2024-12-28 09:35:49 +07:00
Serial_Jaywalker
c0a57c7814
Check if in venv before attempting user install/update.
2024-12-16 01:52:03 -08:00
benexl
677f4690fa
feat(anilist): make perPage configurable
2024-12-07 21:49:37 +03:00
Benexl
71cfe667c9
Merge branch 'master' into master
2024-12-03 12:39:56 +03:00
benex
d9692201aa
fix: type errors
2024-12-03 12:38:29 +03:00
benex
1fd4087b41
fix: type errors
2024-12-03 12:32:08 +03:00
Gand0rf
debaa2ffa6
Moved where threading switch is created to remove error
2024-12-02 19:37:49 -05:00
Gand0rf
5b6ccbe748
Fixing erros per github python test
2024-12-02 19:32:07 -05:00
Gand0rf
d6ca923951
Delete line from config.py
2024-12-02 19:25:50 -05:00
Gand0rf
ccad2435b0
Added pypresence discord function
2024-12-02 19:08:51 -05:00
benex
383cb62ede
style: format files
2024-12-02 22:26:03 +03:00
benex
e668f9326a
feat(anilist): add support for relations and recommendations
2024-11-25 14:16:07 +03:00
Benexl
3ec8dbee8c
Merge branch 'master' into feature-menu-order
2024-11-24 22:55:19 +03:00
iMithrellas
473c11faca
Added 'menu_order' into the default object and default config.
2024-11-24 20:45:23 +01:00
benex
320e3799d3
chore: update username
2024-11-24 15:05:33 +03:00
benex
a0f28ddf6d
feat(cli): don't check for update if running notifier
2024-11-24 14:55:38 +03:00
benex
9512c3530a
feat: check for updates after every 12hrs
2024-11-24 14:43:43 +03:00
iMithrellas
72602a0ec1
Removed an accidentaly added import by my LSP.
2024-11-24 12:02:23 +01:00