ReignBit / ReignBit/java-discord-kat

Playlist saving and export/import

Open
#31 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.