Žiadny popis

AXCWG 04a3074ea4 Null check on email 2 mesiacov pred
.idea 4c78bcd775 annoying 2 mesiacov pred
ogg fb3f3caad9 SENDIT 3 mesiacov pred
.gitignore 2cf967256a Optimized procedures 2 mesiacov pred
LICENSE ead9899d34 followup 5 mesiacov pred
README.md ff35bd11e7 Merge branch 'user' 2 mesiacov pred
Singletons.js 590c9e93f5 ..... 2 mesiacov pred
Template.html fe37f09b38 follow 3 mesiacov pred
UserInteractions.js 04a3074ea4 Null check on email 2 mesiacov pred
andyxie.cn.key e7b65f127f cert 3 mesiacov pred
andyxie.cn.pem e7b65f127f cert 3 mesiacov pred
c0.js fb3f3caad9 SENDIT 3 mesiacov pred
log.txt ca6757dc5c coverart 4 mesiacov pred
main.js 04a3074ea4 Null check on email 2 mesiacov pred
op.json f372a878ed sort 3 mesiacov pred
package.json 2cf967256a Optimized procedures 2 mesiacov pred
pitched.js fb3f3caad9 SENDIT 3 mesiacov pred
test.js 1f245b0f28 Login, Register, Session storage. 3 mesiacov pred
use.bat 0170da955d new 2 mesiacov pred

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 
    3 - bass
    4 - drums
    5 - vocal only (Alternate model)
6 - Guitar

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

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