On 12 January 2016 at 13:40, Fernando Cassia <fcas...@gmail.com> wrote:
>
> On Tue, Jan 12, 2016 at 8:24 AM, Michael Schwendt <mschwe...@gmail.com>
> wrote:
>>
>> such as when searching for ID3
>> tags in an MP3 file.
>
>
> You could also use gnu 'tail' part of gnu textutils -I believe it's now
> called coreutils-, to get the last 'n'  bytes of a file, and there's your
> ID3 info...
>

Well, you'd use id3info, because the id3v2 tag is not guaranteed to be
a particular length and may also contain binary information. But,
correct tool aside, the more relevant point is this information is not
actually available to a player that is playing this as an input stream
until the complete stream has been received. If you want to do that
you have to cheat and cache everything before you start playback. Or,
in more general terms, doing anything non-linear with multimedia
information is very difficult to handle in a streamed manner.

-- 
imalone
http://ibmalone.blogspot.co.uk
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to