CC-3747: Metadata popup should also show the filepath of the track

-fixed
This commit is contained in:
denise 2012-05-02 16:52:49 -04:00
parent 0d5b9ebada
commit ff6e2a2e5a
3 changed files with 10 additions and 14 deletions

View file

@ -6,6 +6,7 @@ define('AIRTIME_API_VERSION', '1.0');
// Metadata Keys for files
define('MDATA_KEY_FILEPATH', 'filepath');
define('MDATA_KEY_DIRECTORY', 'directory');
define('MDATA_KEY_MD5', 'md5');
define('MDATA_KEY_TITLE', 'track_title');
define('MDATA_KEY_CREATOR', 'artist_name');