Support
All support resources for our products. Here you can find answers to frequently asked questions, discuss with other users, recover a lost license code or file a support request.
Forum closed
This forum was closed and turned into an archive effective April 21, 2018. It is no longer possible to create new topics or reply to existing topics.

Thanks everyone for all the great questions and contributions over the years.

Please use the Contact form to get in touch.

Remote Buddy Forum

Overview 

AuthorThread
User

12.02.2008 12:23:08
Re: Re: Problem with movie library / VLC and aliases

This posting is older than 6 months and can contain outdated information.
The difference is this:

1) Through the files section, Remote Buddy will resolve *Finder* 
symbolic links (which are just files) for you and send the real path 
to VLC.

2) Through the movie library, Remote Buddy will send the VIDEO_TS 
directory path to VLC. If you were using Finder symbolic links (again, 
which are just files) and VLC can't detect and handle them, then 
you'll of course get errors as VLC will try to parse a special Finder 
file as movie file and that's prone to not work.

Solution: 
Use real filesystem-level symbolic links, not Finder link files. On 
the shell:

ln -s pathFromFile pathToDestinationOfLink

f.ex.

ln -s /Volumes/SomeOtherVolume/Movies/MyMovie.avi /Users/theuser/ 
Movies/MyMovie/VIDEO_TS/MyMovie.avi

It's probably easier to maintain and less time intensive to build the 
correct file structure in the first place, though, rather than working 
with links.

If you want VLC to support Finder link files, please contact the VLC 
team, as I'm not involved with the VLC project.

Best regards, 
Felix Schwarz 

Thread-display::