Benexl
84a3b6185b
fix(media-types): age should be string
2025-07-29 14:01:05 +03:00
Benexl
af6e64ee0c
feat(anilist-download-command): add previews
2025-07-29 11:30:56 +03:00
Benexl
ee52b945ea
feat(media-api): notifications
2025-07-29 01:40:18 +03:00
Benexl
2717d0b012
style: ruff check + format
2025-07-28 15:37:40 +03:00
Benexl
adf75f65b2
refactor: streamline authentication and search command preparation in dynamic search
2025-07-28 14:25:36 +03:00
Benexl
e8849940e1
feat: Add media airing schedule and character selection features
...
- Implemented media airing schedule functionality in `media_airing_schedule.py` to fetch and display upcoming episodes with air dates and countdown timers.
- Created character selection feature in `media_characters.py` to fetch and display a list of characters, showing details upon selection.
- Updated state management to include new menu options for characters and airing schedules.
- Enhanced preview functionality to support character and airing schedule previews.
- Added necessary API methods and data models for handling character and airing schedule data.
2025-07-28 13:37:27 +03:00
Benexl
6000ed2a84
refactor(assets-anilist-graphql): rename get-medialist-item.gql to media-list-item
2025-07-28 02:23:14 +03:00
Benexl
5a869060d8
feat(media-api): media reviews
2025-07-28 02:13:10 +03:00
Benexl
58618bd82d
chore: cleanup unused files
2025-07-27 23:50:25 +03:00
Benexl
316832e771
fix(mpv-ipc-player): deadlock from subprocess.PIPE being filled up causing mpv to wait resulting in the player freezing
2025-07-27 23:21:51 +03:00
Benexl
9edeeb5ca4
feat(mpv-ipc-player): intergrate it as cli level service and polish it to the max
2025-07-27 21:56:20 +03:00
Benexl
5b06039cef
chore: format with ruff
2025-07-27 12:49:44 +03:00
Benexl
a8f2579f82
feat(mpv-ipc-player): cleanup implementation
2025-07-27 11:48:55 +03:00
Benexl
19426019a2
fix(anilist-api): user media list pagination
2025-07-27 00:38:55 +03:00
Benexl
f79c8540c3
feat(mpv-ipc): scaffhold mpv ipc implementation
2025-07-26 23:38:31 +03:00
Benexl
15b920698a
fix(anilist-media-api): media relations
2025-07-26 22:15:52 +03:00
Benexl
c59babc30d
feat: return some original menu options and functionality
2025-07-26 19:40:55 +03:00
Benexl
48e906e464
feat: dynamic search
2025-07-26 12:38:47 +03:00
Benexl
1c95d45be4
chore: ruff check
2025-07-26 10:57:05 +03:00
Benexl
75e67c22d2
chore: format with ruff
2025-07-26 10:56:26 +03:00
Benexl
b18e419831
chore: make some packages optional and cleanup deprecated
2025-07-26 10:15:56 +03:00
Benexl
fe06c8e0f1
hack: potential anilist api issue
2025-07-25 22:18:33 +03:00
Benexl
f4e73c3335
Add AniList download command and download service integration
...
- Implemented a new command for downloading anime episodes using the AniList API.
- Created a DownloadService to manage episode downloads and track their status in the media registry.
- Added comprehensive command-line options for filtering and selecting anime based on various criteria.
- Integrated feedback mechanisms to inform users about download progress and issues.
- Established validation for command options to ensure correct input.
- Enhanced error handling and logging for better debugging and user experience.
- Included functionality for managing multiple downloads concurrently.
2025-07-25 00:38:07 +03:00
Benexl
4bbfe221f2
feat: refactor provider imports and enhance HTML parsing utilities
2025-07-24 23:36:22 +03:00
Benexl
fd59d64b76
feat: add Jikan API integration and enhance media fetching capabilities
2025-07-24 20:16:42 +03:00
Benexl
b1ac4a6558
feat: add character and airing schedule views, enhance media info display
2025-07-24 20:01:03 +03:00
Benexl
8e9aeb660f
feat: enhance error handling in media recommendations and relations mapping
2025-07-24 19:49:58 +03:00
Benexl
4f401aa91c
Refactor code structure for improved readability and maintainability
2025-07-24 19:29:03 +03:00
Benexl
b8733eccbd
feat: implement recommendations and relations functionality in media actions
2025-07-24 19:24:15 +03:00
Benexl
4c9ecafb9b
fix: add missing format field in media recommendations query
2025-07-24 19:21:05 +03:00
Benexl
e87e4e5639
refactor: update GraphQL query paths for consistency and clarity
2025-07-24 19:15:04 +03:00
Benexl
16fa39397d
refactor: improve variable naming and return types in API methods for clarity
2025-07-24 19:11:55 +03:00
Benexl
a04643d36a
fix: import issues
2025-07-24 18:52:18 +03:00
Benexl
5392d4f25a
refactor: limit use of plural for package names and module names
2025-07-24 18:46:43 +03:00
Benexl
63e107ba53
refactor: providers
2025-07-24 18:41:35 +03:00
Benexl
5da5dc5dcc
refactor: factory to api
2025-07-24 18:37:02 +03:00
Benexl
3c42f660ce
refactor: formatters
2025-07-24 18:35:35 +03:00
Benexl
4349b9fc22
refactor: reorganise menus
2025-07-24 18:30:51 +03:00
Benexl
048d008ca1
refactore: rename api to media api
2025-07-24 18:21:49 +03:00
Benexl
17636d766a
feat: improve performance
2025-07-24 18:17:06 +03:00
Benexl
f76350bc5b
feat: improve preview logic
2025-07-24 16:46:53 +03:00
Benexl
8b52a1ef27
chore: format
2025-07-24 14:57:36 +03:00
Benexl
d1e07930f9
feat: cleanup
2025-07-24 14:40:17 +03:00
Benexl
48f46cdf3d
refactor: reorganize assets
2025-07-24 13:38:31 +03:00
Benexl
9cafcde9e1
feat: performance review
2025-07-24 11:36:23 +03:00
Benexl
0fd69d03dd
feat: relations recommendation stubs
2025-07-24 02:47:49 +03:00
Benexl
3a9be3f699
feat: duration
2025-07-24 02:28:55 +03:00
Benexl
83933f7a63
feat: results menu
2025-07-24 01:04:45 +03:00
Benexl
afe1cb68f6
feat: results menu
2025-07-24 00:07:26 +03:00
Benexl
f678fa13f0
feat: improve state models
2025-07-23 21:17:03 +03:00