|
пре 2 месеци | |
---|---|---|
.idea | пре 2 месеци | |
ogg | пре 3 месеци | |
.gitignore | пре 2 месеци | |
LICENSE | пре 5 месеци | |
README.md | пре 2 месеци | |
Singletons.js | пре 2 месеци | |
Template.html | пре 3 месеци | |
UserInteractions.js | пре 2 месеци | |
andyxie.cn.key | пре 3 месеци | |
andyxie.cn.pem | пре 3 месеци | |
c0.js | пре 3 месеци | |
log.txt | пре 4 месеци | |
main.js | пре 2 месеци | |
op.json | пре 3 месеци | |
package.json | пре 2 месеци | |
pitched.js | пре 3 месеци | |
test.js | пре 3 месеци | |
use.bat | пре 2 месеци |
Not aimed for public. Classified documents contained.
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 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.
[
uuid // uuid of the song
]