Read support, experimental write support (.dat only)
author |
brad |
date |
Fri, 09 Nov 2012 19:10:59 -0600 |
parents |
|
children |
|
rev |
line source |
0
|
1 class Media:
|
|
2
|
|
3 file_name = title = artist = album = genre = comment = album_artist = \
|
|
4 composer = publisher = category = year = track = length = type = \
|
|
5 last_update = last_play = rating = play_count = file_time = \
|
|
6 file_size = bit_rate = disc = replaygain_album_gain = \
|
|
7 replaygain_track_gain = bpm = discs = tracks = is_podcast = \
|
|
8 podcast_channel = podcast_pub_date = gracenote_file_id = \
|
|
9 gracenote_ext_data = lossless = codec = director = producer = width = \
|
|
10 height = tuid2 = None
|