Petri Damstén wrote:
> Hi,
>
> I posted an idea of handling directory as one playitem earlier. Nobody 
> commented the idea then and I am posting this again because I have been using 
> this feature since and found it very usefull. 

This happens from time to time and patches got lost.

> Situation where there are couple of video files, text file, cover
> art, subtitles, etc. in one directory could be handled as one movie
> instead of a folder. These changes are made to 1.3.4 but I could
> make a real patch if this sounds like a festure that could be
> inserted to freevo. fxd file that changes the dir to playitem is
> named after directory, but might be better to name it just
> playitem.fxd or something similar.

In CVS now. Can you document that feature in the Wiki please?

> --- __init__.py.1.3.4   Thu Oct  2 16:02:50 2003
> +++ __init__.py Wed Oct  1 15:06:49 2003
> @@ -56,6 +56,7 @@
>  import util
>  import xml_parser
>  import os
> +import copy
>
>  from videoitem import VideoItem
>
> @@ -66,6 +67,18 @@
>      """
>      items = []
>
> +    for file in copy.copy(files):

Is there a reason for the copy? I don't see it.


Dischi

-- 
Customer: I'm running Windows '98 
Tech: Yes. 
Customer: My computer isn't working now. 
Tech: Yes, you said that.


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Freevo-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to