summaryrefslogtreecommitdiffstats
path: root/kfile-plugins/RETURNED_ITEMS
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-27 01:04:32 -0600
commit793cf2dff35dffe3ec4c7b24252947dde758a1b2 (patch)
tree7d9972d99ed281a36418ae9f5fc128e3c951532c /kfile-plugins/RETURNED_ITEMS
parent04f764aaf273340e1d5811d4216dd8127cacc5db (diff)
downloadtdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.tar.gz
tdemultimedia-793cf2dff35dffe3ec4c7b24252947dde758a1b2.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kfile-plugins/RETURNED_ITEMS')
-rw-r--r--kfile-plugins/RETURNED_ITEMS86
1 files changed, 0 insertions, 86 deletions
diff --git a/kfile-plugins/RETURNED_ITEMS b/kfile-plugins/RETURNED_ITEMS
deleted file mode 100644
index ffe878d3..00000000
--- a/kfile-plugins/RETURNED_ITEMS
+++ /dev/null
@@ -1,86 +0,0 @@
-If you add a new plugin here, add the list of returned items to this file.
-
-The returned items are:
-
-
-mp3 plugin:
-===========
-
-type key W/A details
-------------------------------------------------------------------------
-String Title +/+ only if id3v1 tag exists / max. 30 characters
-String Artist +/+ only if id3v1 tag exists / max. 30 characters
-String Album +/+ only if id3v1 tag exists / max. 30 characters
-String Comment +/+ only if id3v1 tag exists / max. 28 characters
-String Date +/+ only if id3v1 tag exists / max. 4 characters
-Int Tracknumber +/+ only if id3v1.1 tag exists / 0-255
-Bool CRC -/-
-Bool Original -/-
-Bool Copyright -/-
-String Length -/-
-Int Bitrate -/- in kbps
-Int Frequency -/- in Hz
-Double Version -/- mpeg version, 1, 2, or 2.5
-Int Layer -/- 1, 2 or 3
-Int Channels -/- number of audio channels, 1 for mono, 2 stereo
-
-type is the QVariant::type() of that key.
-W/A is writable/addable, - means no, + means yes. If a key is addable, it's
-also removable
-
-ogg plugin:
-===========
-
-type key W/A details
-------------------------------------------------------------------------
-Int Version -/-
-Int Channels -/-
-Int Bitrate upper -/- might also be a string containing i18n("none")
-Int Bitrate lower -/- might also be a string containing i18n("none")
-Int Bitrate nominal -/- might also be a string containing i18n("none")
-Int Bitrate -/- average bitrate
-String Length -/-
-
-Other keys corresponding to the vorbis comment keys are returned as editable
-String. If there are several equal vorbis comment keys, e.g. 3 Artists, the
-first one is called "Artist", the second one (not yet) "Artist(2)" and so on.
-
-Common keys that are recommended in the vorbiscomment docs:
-Title, Version, Album, Tracknumber, Artist, Organization, Description, Genre,
-Date, Location, Copyright, Isirc
-
-
-
-au plugin:
-===========
-
-type key W/A details
-------------------------------------------------------------------------
-Int Length -/- Length in seconds
-Int Sample Rate -/- Sample rate of sample in Hz
-Int Channels -/- No. of channels
-String Encoding -/- Data encoding (e.g. 8-bit ISDN u-law)
-
-
-avi plugin:
-===========
-
-type key W/A details
-------------------------------------------------------------------------
-Int Length -/- Length in seconds/minutes/hours
-Size Resolution -/- Resolution in pixels
-Int Frame rate -/- Frame rate
-String Video codec -/- The video codec symbol (e.g. mp42 or div3)
-
-
-theora plugin:
-===========
-
-type key W/A details
-------------------------------------------------------------------------
-Int Length -/- Length in seconds/minutes/hours
-Size Resolution -/- Resolution in pixels
-Int Frame rate -/- Frame rate
-Int Quality -/- Quality of the encoding
-Int Channels -/- Number of audio channels
-Int Sample rate -/- Sample rate of sample in Hz