ReignBit / ReignBit/java-discord-kat
Playlist saving and export/import
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 2
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Command to save current loaded playlist with a custom name, and then load playlists back in. Should also be able to export/import through JSON or other serialization.
Possible command syntax:
- !playlist save <custom_name> : Save a playlist
- !playlist load <saved_name> : Load a playlist by name
- !playlist import <file_attachment> : Import playlist to the guild via attachment
- !playlist export [saved_name] : Export a saved playlist to file attachment
- !playlist : Show list of all guild playlists
- !playlist delete <saved_name> : Delete a saved playlist
Infrastructure needed:
- KatApi implementation for loading/saving playlists (low cache lifetime)
- Command tree for above commands
- Sterilization of received file attachments!
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the KatApi implementation and command tree mentioned in the issue, then review how guild data and file attachments are currently handled. Done means supporting save, load, list, delete, import, and export commands with serialized playlists and safe handling of received attachments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100