|
преди 2 месеца | |
---|---|---|
.idea | преди 2 месеца | |
ogg | преди 3 месеца | |
.gitignore | преди 3 месеца | |
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-lock.json | преди 2 месеца | |
package.json | преди 2 месеца | |
pitched.js | преди 3 месеца | |
test.js | преди 3 месеца | |
use.bat | преди 3 месеца |
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 (Not yet implemented)
3 - bass
4 - drums
5 - others
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
]