Commit Graph

7 Commits

Author SHA1 Message Date
dab35ef7d5 ♻️ (services): refactor code for improved readability and maintainability
Refactor services TFC, VIKI, and VIU to enhance code readability and maintainability.
- Update import statements for clarity.
- Adjust function and variable formatting for consistency.
- Simplify conditional logic and loops.
- Improve error handling and logging.
- Add support for additional configurations and language mappings.
- Ensure consistent use of language and region settings across services.
2024-10-10 19:02:24 -06:00
3db0ada766 ♻️ (TFC): remove redundant comments and improve code readability
 (TFC): add thumbnail attachment support for tracks
📝 (VIU): update last update date in docstring
2024-09-18 22:32:54 -06:00
c6cea719f0 🐛 (TFC): fix potential ValueError in cuepoints sorting
♻️ (TFC): reformat long requests.get calls for readability
 (TFC): ensure unique cuepoints before sorting to avoid duplicates
2024-09-14 12:17:15 -06:00
07076cc4f7 ♻️ (TFC/__init__.py): replace session.get with requests.get for consistency and simplicity 2024-09-14 11:45:11 -06:00
cecda16d2a ♻️ (TFC/VIKI): refactor code for consistency and readability, add thumbnail handling 2024-09-13 20:46:56 -06:00
fa09a6987b (TFC): add authentication method with token management 2024-09-08 15:15:44 -06:00
3c5be2f405 (TFC): add new service integration for iWantTFC streaming platform
 Add TFC service configuration and VIKI service implementation

🔧 (VIKI/config.yaml): add configuration file for VIKI service endpoints and browser settings
2024-08-01 09:24:35 -06:00