<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[welche mp3 tags]]></title><description><![CDATA[<p>Gibt es ein (Linux)-Programm mit dem man schnell und zuverlässlich bestimmen kann welche Art von Tags oder ob überhaupt eine MP3 [oder auch andere Formate] verwendet?</p>
]]></description><link>https://www.c-plusplus.net/forum/topic/255493/welche-mp3-tags</link><generator>RSS for Node</generator><lastBuildDate>Sat, 25 Apr 2026 06:34:55 GMT</lastBuildDate><atom:link href="https://www.c-plusplus.net/forum/topic/255493.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 01 Dec 2009 15:23:55 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 15:23:55 GMT]]></title><description><![CDATA[<p>Gibt es ein (Linux)-Programm mit dem man schnell und zuverlässlich bestimmen kann welche Art von Tags oder ob überhaupt eine MP3 [oder auch andere Formate] verwendet?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1815968</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1815968</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Tue, 01 Dec 2009 15:23:55 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 16:23:06 GMT]]></title><description><![CDATA[<p>id3v2 kann das machen, ansonsten liefert auch der gute alte mplayer viele Info's:</p>
<pre><code>mplayer -identify &quot;godfather.mp3&quot; -ao null -vo null -frames 0
</code></pre>
<p>liefert diese Ausgabe:</p>
<pre><code>Playing godfather.mp3.
ID_AUDIO_ID=0
Audio only file format detected.
Clip info:
 Title: The Godfather Finale          
ID_CLIP_INFO_NAME0=Title
ID_CLIP_INFO_VALUE0=The Godfather Finale          
 Artist: Nino Rota                     
ID_CLIP_INFO_NAME1=Artist
ID_CLIP_INFO_VALUE1=Nino Rota                     
 Album: The Godfather Soundtrack      
ID_CLIP_INFO_NAME2=Album
ID_CLIP_INFO_VALUE2=The Godfather Soundtrack      
 Year: 1972
ID_CLIP_INFO_NAME3=Year
ID_CLIP_INFO_VALUE3=1972
 Comment: 187                         
ID_CLIP_INFO_NAME4=Comment
ID_CLIP_INFO_VALUE4=187                         
 Track: 12
ID_CLIP_INFO_NAME5=Track
ID_CLIP_INFO_VALUE5=12
 Genre: Other
ID_CLIP_INFO_NAME6=Genre
ID_CLIP_INFO_VALUE6=Other
ID_CLIP_INFO_N=7
ID_FILENAME=godfather.mp3
ID_DEMUXER=audio
ID_AUDIO_FORMAT=85
ID_AUDIO_BITRATE=192000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=0
ID_LENGTH=233.00
ID_SEEKABLE=1
ID_CHAPTERS=0
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 44100 Hz, 2 ch, s16le, 192.0 kbit/13.61% (ratio: 24000-&gt;176400)
ID_AUDIO_BITRATE=192000
ID_AUDIO_RATE=44100
ID_AUDIO_NCH=2
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [null] 44100Hz 2ch s16le (2 bytes per sample)
ID_AUDIO_CODEC=mp3
Video: no video
Starting playback...

Exiting... (End of file)
</code></pre>
]]></description><link>https://www.c-plusplus.net/forum/post/1815994</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1815994</guid><dc:creator><![CDATA[Ivo]]></dc:creator><pubDate>Tue, 01 Dec 2009 16:23:06 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 16:32:03 GMT]]></title><description><![CDATA[<p>hmm ich habe mir eigentlich etwas vorgestellt das mir einfach nur sagt</p>
<p>id3v2.4 oder id3v1.1</p>
<p>mehr brauch ich eigentlich gar nicht wissen,<br />
es ist weder ziel die tags auszulesen noch diese zu bearbeiten</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816002</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816002</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Tue, 01 Dec 2009 16:32:03 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 16:35:56 GMT]]></title><description><![CDATA[<p>Dann nimmste id3ed. Das liefert Dir die gewuenschten Infos....</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816008</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816008</guid><dc:creator><![CDATA[Ivo]]></dc:creator><pubDate>Tue, 01 Dec 2009 16:35:56 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 16:45:47 GMT]]></title><description><![CDATA[<p>danke für den tipp, da ich das aber mit apt nicht finden kann, kennst du vlt noch ne alternative?</p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816014</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816014</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Tue, 01 Dec 2009 16:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Tue, 01 Dec 2009 16:52:18 GMT]]></title><description><![CDATA[<p>Das Programm id3v2 kann die Tags listen, schau mal hier:<br />
<a href="http://linux.die.net/man/1/id3v2" rel="nofollow">http://linux.die.net/man/1/id3v2</a></p>
<p>Und noch einen Tip, schau Dir mal die Bedienung von apt-cache search an <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f609.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--winking_face"
      title=";)"
      alt="😉"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816020</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816020</guid><dc:creator><![CDATA[Ivo]]></dc:creator><pubDate>Tue, 01 Dec 2009 16:52:18 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Wed, 02 Dec 2009 20:58:07 GMT]]></title><description><![CDATA[<p>bestes programm, was ich bisher zum taggen gefunden habe ist <strong>ex falso</strong><br />
ist ein bisschen wie ein xml editor aufgebaut und kann echt fast alles (gibt auch einige nützliche plugins)</p>
<p>musst gucken, ob du ex falso so installieren kannst. ich hab mir einfach das ganze paket runtergeladen: <a href="http://code.google.com/p/quodlibet/" rel="nofollow">quod libet</a></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816741</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816741</guid><dc:creator><![CDATA[proIDv3tag]]></dc:creator><pubDate>Wed, 02 Dec 2009 20:58:07 GMT</pubDate></item><item><title><![CDATA[Reply to welche mp3 tags on Wed, 02 Dec 2009 21:01:59 GMT]]></title><description><![CDATA[<p>ich möchte ein programm schreiben dass mir alle arbeiten mit mp3s abnimmt,<br />
bisher kann ich id3v1.1 problemlos auslesen, doch suche ich eine ausführliche beschreibung der anderen standards, so etwas wie die ersten x bytes sind hiefür dann kommt das und danach jenes, und dann der footer...</p>
<p>wenn jemand so eine beschreibung hat, nur her damit <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title="=)"
      alt="🙂"
    /><br />
:xmas1:</p>
<p>weihnachtssmileys <img
      src="https://www.c-plusplus.net/forum/plugins/nodebb-plugin-emoji/emoji/emoji-one/1f642.png?v=ab1pehoraso"
      class="not-responsive emoji emoji-emoji-one emoji--slightly_smiling_face"
      title="=)"
      alt="🙂"
    /></p>
]]></description><link>https://www.c-plusplus.net/forum/post/1816743</link><guid isPermaLink="true">https://www.c-plusplus.net/forum/post/1816743</guid><dc:creator><![CDATA[shisha]]></dc:creator><pubDate>Wed, 02 Dec 2009 21:01:59 GMT</pubDate></item></channel></rss>