Archived
1
0
Fork 0
No description
This repository has been archived on 2025-12-08. You can view files and clone it, but you cannot make any changes to its state, such as pushing and creating new issues, pull requests or comments.
Find a file
Redume 4dde698f2f feat(settings): Added a section for scrobbling settings
You can enable or disable scrobbling, change the percentage or minutes threshold of a track listened to for scrobbling
2025-10-14 14:19:03 +03:00
alembic chore(db): Converted migration to asynchronous 2025-09-22 10:37:38 +03:00
cache fix(cache): Fixed the import by removing the folder. There was an extra bot folder. 2025-10-09 10:57:35 +03:00
commands feat(settings): Added a section for scrobbling settings 2025-10-14 14:19:03 +03:00
core refactor: Rewrote the start command and inline keyboard using the aiogram_dialog library. 2025-10-09 11:17:00 +03:00
database chore(db): I wrote a table with scrobbling settings. 2025-10-09 11:02:57 +03:00
middlewares chore(db): Wrote database middleware registration 2025-09-21 22:21:06 +03:00
music_service chore: Renamed the folder with music services to music_service 2025-10-08 23:37:16 +03:00
services chore: Wrote functions for obtaining configuration data and using the cache 2025-10-14 10:25:09 +03:00
utils chore(config): Changed DEBUG to LOG_LEVEL in the config to correct the log level in the logger. 2025-09-21 22:36:08 +03:00
.dockerignore chore: Added docker compose to the project 2025-09-20 17:06:22 +03:00
.env.sample chore: Added redis for caching 2025-10-08 15:12:36 +03:00
.gitignore chore: Added redis for caching 2025-10-08 15:12:36 +03:00
alembic.ini chore: Added Alembic database migration system 2025-09-21 22:16:39 +03:00
docker-compose.yaml chore: Added redis for caching 2025-10-08 15:12:36 +03:00
Dockerfile chore: Added docker compose to the project 2025-09-20 17:06:22 +03:00
LICENSE chore: Project license added 2025-09-14 14:20:14 +03:00
main.py refactor: Rewrote the start command and inline keyboard using the aiogram_dialog library. 2025-10-09 11:17:00 +03:00
README.md chore: Project license added 2025-09-14 14:20:14 +03:00
requirements.txt refactor: Rewrote the start command and inline keyboard using the aiogram_dialog library. 2025-10-09 11:17:00 +03:00

License. The project is under the GPLv3 license.

    scrobbling Copyright (C) 2025 Redume

    This program is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program. If not, see <https://www.gnu.org/licenses/>.