Няма описание

AXCWG 04a3074ea4 Null check on email преди 2 месеца
.idea 4c78bcd775 annoying преди 2 месеца
ogg fb3f3caad9 SENDIT преди 3 месеца
.gitignore 2cf967256a Optimized procedures преди 2 месеца
LICENSE ead9899d34 followup преди 5 месеца
README.md ff35bd11e7 Merge branch 'user' преди 2 месеца
Singletons.js 590c9e93f5 ..... преди 2 месеца
Template.html fe37f09b38 follow преди 3 месеца
UserInteractions.js 04a3074ea4 Null check on email преди 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 04a3074ea4 Null check on email преди 2 месеца
op.json f372a878ed sort преди 3 месеца
package.json 2cf967256a Optimized procedures преди 2 месеца
pitched.js fb3f3caad9 SENDIT преди 3 месеца
test.js 1f245b0f28 Login, Register, Session storage. преди 3 месеца
use.bat 0170da955d new преди 2 месеца

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

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