Menu

#7 xspf:title instead of annotation

closed-fixed
nobody
None
5
2006-05-02
2005-04-13
No

Reported on:
https://sourceforge.net/forum/forum.php?thread_id=1262938&forum_id=450721

Why don't you use the xspf:title for the title instead
of xspf:annotation ?

----

Email thread about the issue:

> 2) I get a lot of XSPF output that shows 'undefined'
for each song (e.g.
> when I use Webjay to scrape an RSS/Atom feed)
> When I check the HTTP output:

Currently I am only looking for the annotation element
of the XSPF
wich is the one that Webjay uses, but the idea is to
implement support
for the title and creator elements, and also the id3
and filename, I
think that the desirable preference order should be:

1- look for title and creator elements
2- if not found, use the annotation
3- if not found, use the id3
4- if not found, displays the filename

Discussion

  • Fabricio Zuardi

    Fabricio Zuardi - 2006-04-06

    Logged In: YES
    user_id=1193595

    version 0.2.3 of the extended and slim player now supports
    the title and creator elements! =)

    the precedence is:
    creator - title (if both present)
    or
    title (if creator not present)
    or
    annotation (if title not present)

     
  • Fabricio Zuardi

    Fabricio Zuardi - 2006-05-02
    • status: open --> closed-fixed
     

Log in to post a comment.