GitLaboratory / demovibes

Automatically exported from code.google.com/p/demovibes
0 stars 0 forks source link

Upload Song -- Generic Download Link #69

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Upload Song form needs a generic, download field.  There already is a 
download link system, but it differs from the other fields for referring 
to external demo-archives (e.g. Pouet).

The download links are handled quite differently from the external archive 
links.  Perhaps these two systems can be made into one.  A future record 
correction feature would be easier to implement if all song fields are 
handled in the same data.

Display download links on line 69:
http://www.google.com/codesearch/p?hl=en#h493ymkIP9U/trunk/templates/
global/webview/song_detail.html&l=69

Data model for downloads on line 482:
http://www.google.com/codesearch/p?hl=en#h493ymkIP9U/trunk/demovibes/
webview/models.py&l=482

Some previous discussion here:
http://scenemusic.eu/forum/thread/256/#post3728

Original issue reported on code.google.com by velu...@gmail.com on 26 May 2010 at 8:50

GoogleCodeExporter commented 9 years ago
Yes, there is a big difference between the 2 systems, both myself and Terra 
have tried 
unsuccessfully to get the download links to work properly on the upload page.

We have discussed this, and other DB issues (ways to dynamically set DB types, 
instead 
of hard-coded pouet, WOS, Atari DB systems so the site owner can add as many as 
they 
want) so you can expect some change to occur after I get back from Evoke.

Original comment by FishGuy8765@gmail.com on 27 May 2010 at 1:42