CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
changing ftype calculation to the python script.
This commit is contained in:
parent
af4ec7b872
commit
ff61972e82
3 changed files with 9 additions and 11 deletions
|
@ -12,6 +12,7 @@ define('MDATA_KEY_CREATOR', 'artist_name');
|
|||
define('MDATA_KEY_SOURCE', 'album_title');
|
||||
define('MDATA_KEY_DURATION', 'length');
|
||||
define('MDATA_KEY_MIME', 'mime');
|
||||
define('MDATA_KEY_FTYPE', 'ftype');
|
||||
define('MDATA_KEY_URL', 'url');
|
||||
define('MDATA_KEY_GENRE', 'genre');
|
||||
define('MDATA_KEY_MOOD', 'mood');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue