| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2026-02-09 | Refactor AnimeUpdate worker logging and enhance API request for skip times | Bobby | 2 | -1634/+0 | |
| - Updated worker logging in AnimeUpdate to display worker ID starting from 1 instead of 0. - Modified the API request in GetSkipTimesForEpisode to include episodeLength=0 in the query parameters for better handling of skip times. - Added a new BaseModel struct in entities package to standardize model definitions with hidden ID and timestamp fields for JSON responses. | |||||
| 2026-02-06 | Refactor task management and producer synchronization | Bobby | 2 | -1630/+1630 | |
| - Updated TaskManager to utilize repositories for database operations, improving separation of concerns. - Enhanced logging functionality by replacing logger.Log with logger.Infof, logger.Warnf, and logger.Errorf for better readability and consistency. - Simplified ProducerSync function by removing unnecessary pagination logic and directly fetching producer data. - Introduced helper functions for calculating progress and managing task statuses. - Added new service for fetching and saving anime data, integrating multiple data sources (Jikan, Anilist, MALsync, TMDB, TVDB, Aniskip). - Created new types for task management and improved overall code organization. - Removed deprecated database calls and replaced them with repository methods for better maintainability. | |||||
| 2026-02-05 | Refactor Jikan API types: remove unused structures and add HTTP client ↵ | Bobby | 2 | -23/+310 | |
| configuration | |||||
| 2026-02-03 | Enhance episode ID generation and task management: include MAL ID and ↵ | Bobby | 2 | -6/+8 | |
| episode number for uniqueness, and update AnimeSync task to run weekly with last run tracking | |||||
| 2026-02-03 | Add genre-based anime retrieval with pagination and related database updates | Bobby | 1 | -0/+87 | |
| 2026-01-20 | Add TVDB integration for episode retrieval and configuration setup | Bobby | 2 | -20/+89 | |
| 2026-01-15 | Add episode streaming functionality and caching | Bobby | 1 | -0/+83 | |
| 2025-08-25 | Updated Database Sync for Anime | Priyansh | 1 | -19/+20 | |
| 2025-08-25 | updated routes, added episode ids to each episode | Priyansh | 1 | -7/+23 | |
| 2025-08-19 | episodes router; anilist support; general fixes | Priyansh | 2 | -2/+18 | |
| 2025-05-09 | fixed anime updater | Bobby | 2 | -36/+48 | |
| 2025-05-09 | task for updating anime | Bobby | 1 | -12/+25 | |
| 2025-05-09 | removed time until airing from responses | Bobby | 1 | -8/+6 | |
| 2025-05-09 | added anime cache | Bobby | 1 | -1/+46 | |
| 2025-05-09 | refactored types | Bobby | 2 | -122/+129 | |
| 2025-05-09 | removed unused stuff. refactored code | Bobby | 1 | -160/+8 | |
| 2025-05-09 | move anime to services. refactor. add sub dub streaming counts | Bobby | 2 | -0/+1150 | |
