Torben Janssen <[EMAIL PROTECTED]> writes:

> Hi,
> 
> I'd like to have the feature to tag a file as 'seen'. 
> Maybe these files are shown in another color as files
> which are not seen yet? Or to sort them at the end, or
> to just say "seen" when showing the infos.
> 
> I do not know if someone else find it useful but I
> looked at the code an thought about a good place to set
> this tag.
> 1) Maybe something like <file id="xx" seen="1">foo</file> ?
> 2) or <movie title="foo> <seen>1</seen> <file [..] </movie> ?
> 3) or <folder> <seen>foo</seen> </folder> ?
> 4) as plugin?

I like your idea.
It would be fine if the flag was automatically updated when mplayer/xine
returned after playing a file to the end.

For now you can use the video.mover-plugin to move the seen files into a
"seen"-folder.
I have the following in my config-file to accomplish this:

map(lambda dir: plugin.activate('video.mover', args=(dir[1],
                                                     'seen',
                                                     True,
                                                     True)),
    VIDEO_ITEMS)

-- 
Eirik Meland

A: Top posters.
Q: What is the most annoying thing on Usenet?


-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Freevo-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to