Jason Tackaberry wrote:
> Author: tack
> Date: Tue Dec 26 19:05:24 2006
> New Revision: 8812
> 
> Modified:
>    branches/rel-1/freevo/src/audio/audioitem.py
> 
> Log:
> Return filename for item name if no metadata info exists.

Don't forget to raise a bug report for this, I think that this may apply
to rel-1-6 too.

Thanks,
Duncan

> 
> Modified: branches/rel-1/freevo/src/audio/audioitem.py
> ==============================================================================
> --- branches/rel-1/freevo/src/audio/audioitem.py      (original)
> +++ branches/rel-1/freevo/src/audio/audioitem.py      Tue Dec 26 19:05:24 2006
> @@ -196,6 +196,7 @@
>                       mytrack = None
>          else:
>              mytrack = None
> +            return os.path.split(self.filename)[1]
>  
>          song_info = {  'a'  : self['artist'],
>                              'l'  : self['album'],
> 
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Freevo-cvslog mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/freevo-cvslog
> 



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to