Mercurial > winamplibrarypy
diff Media.py @ 0:af65171c2294
Read support, experimental write support (.dat only)
author | brad |
---|---|
date | Fri, 09 Nov 2012 19:10:59 -0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Media.py Fri Nov 09 19:10:59 2012 -0600 @@ -0,0 +1,10 @@ +class Media: + + file_name = title = artist = album = genre = comment = album_artist = \ + composer = publisher = category = year = track = length = type = \ + last_update = last_play = rating = play_count = file_time = \ + file_size = bit_rate = disc = replaygain_album_gain = \ + replaygain_track_gain = bpm = discs = tracks = is_podcast = \ + podcast_channel = podcast_pub_date = gracenote_file_id = \ + gracenote_ext_data = lossless = codec = director = producer = width = \ + height = tuid2 = None