Нема описа

AXCWG 73bb9581d6 Var names пре 2 месеци
.idea 246f453cfb Kinda Backend пре 2 месеци
ogg fb3f3caad9 SENDIT пре 3 месеци
.gitignore b868983e14 sth пре 3 месеци
LICENSE ead9899d34 followup пре 5 месеци
README.md 246f453cfb Kinda Backend пре 2 месеци
Singletons.js 4d7e871da6 vite пре 2 месеци
Template.html fe37f09b38 follow пре 3 месеци
UserInteractions.js 73bb9581d6 Var names пре 2 месеци
andyxie.cn.key e7b65f127f cert пре 3 месеци
andyxie.cn.pem e7b65f127f cert пре 3 месеци
c0.js fb3f3caad9 SENDIT пре 3 месеци
log.txt ca6757dc5c coverart пре 4 месеци
main.js 246f453cfb Kinda Backend пре 2 месеци
op.json f372a878ed sort пре 3 месеци
package-lock.json 246f453cfb Kinda Backend пре 2 месеци
package.json 246f453cfb Kinda Backend пре 2 месеци
pitched.js fb3f3caad9 SENDIT пре 3 месеци
test.js 1f245b0f28 Login, Register, Session storage. пре 3 месеци
use.bat bf53818ba9 new пре 3 месеци

README.md

Instrunet Backend

Not aimed for public. Classified documents contained.

Specification

Specification 1.0 for InstruNet

- DB
    Column:
        uuid - Unique ID per entry
        song_name - Stands for the name of the song of the entry
        album_name - Stands for the name of the album of the entry
        link_to - Stands for the metadata information of the entry
        databinary - Stands for the binary data of the entry
        artist - Stands for the artist for the entry
        kind - Describes the kind of the entry.
        albumcover - Binary data for album cover. 
    kind (enum) :
    0 - Full removal of vocal
    1 - Karaoke--keeps the harmony
    2 - vocal only (Not yet implemented) 
    3 - bass
    4 - drums
    5 - others

Specification for Playlist

Specification 0.1 for InstruNet.Playlist System

- DB
Column:
owner - Owner of the playlist
uuid - uuid of the playlist
content - Content of the playlist -- Songs and shit.
    Object.

private - Enum, whether private or not.
    0 - Public
    1 - Private
tmb - Thumbnail
title: Title of the playlist. 

Specification for Playlist.content 0.1

[
  uuid // uuid of the song
]

TODO

  • 名称排序
  • 时间排序
  • [ ]