I think I have found a bug, but before reporting on trac I would like to discuss it here.
In vlc 0.8.6 we could change the logo on the fly by issuing the following commard through rc:
Code: Select all
logo-file filename.png
@name logo-file filename.png
where @name is the name given to the subfilter, which defaults to @logo if no name is given. If @name is given wrong, vlc responds with:
Code: Select all
Unknown destination object.
Code: Select all
@logo logo-file filename.jpg
Code: Select all
Variable doesn't exist or isn't a command.
Am I doing something wrong, or this is a bug I should report?
PS: I am using gentoo, so this is a compiled version of vlc-0.9.8a and I have also tried 1.0.0-git with the same results.