File: README

package info (click to toggle)
kaa-metadata 0.7.7-2
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 1,260 kB
  • ctags: 1,312
  • sloc: python: 11,574; ansic: 416; cpp: 87; makefile: 75
file content (22 lines) | stat: -rw-r--r-- 610 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
See http://www.freevo.org/kaa for more information

Requirements:

libxml2 and its python bindings
kaa-base
optional: libdvdread for DVD support


License: GPL


Known Bugs:

Date should be returned as int in seconds since the epoch. This should
be the case for jpg, avi, mp4 and mkv. The mp3 parser returns the date
as it was set in the ID3 field. Since there is no real standard, this
can be everything from the year to a complex string. The current
possible values for ogg and flac are untested, other parser have no
date field. But checking date for int should mean that the value is
seconds since epoch.