wuvt / trackman

WUVT's track logging web-app
GNU Affero General Public License v3.0
4 stars 3 forks source link

Support CSV log import to trackman #37

Open echarlie opened 6 years ago

echarlie commented 6 years ago

From @matthazinski on March 22, 2015 3:24

There should be a way to support importing a CSV (or tab-delimited) file into a Trackman queue. This would be convenient for DJs that plan their sets in advance like @andreimarcu.

Copied from original issue: wuvt/wuvt-site#123

echarlie commented 6 years ago

From @mutantmonkey on May 24, 2015 0:0

a54db5338ecd5a0fc6592b701dd119fcdd65014f provides the frontend functionality to add items to the queue from JSON; this can be used from the browser's console immediately. CSV support will require backend functionality to accept uploaded CSV files and convert them to JSON, and a frontend interface will need to be written to glue this all together.

echarlie commented 6 years ago

From @mutantmonkey on November 29, 2015 1:41

Does anyone still want this or is the JSON functionality sufficient?

echarlie commented 6 years ago

From @matthazinski on November 29, 2015 1:58

JSON should be sufficient for now but documentation in /rtfm/user-docs would be nice

echarlie commented 4 years ago

the real utility of this is to retroactively edit logged tracklists, e.g. when trackman fails. We should restrict this (whatever the nature is) to program directors or such, and create a basic utility to allow formatting and upload. But, I'm inclined to close this particular issue in favour of one that is more germane and targeted to the problem