Page 1 of 1

Media Scan: Ignore Links?

Posted: Mon Jun 28, 2010 9:18 pm
by kartman_canada
I'm running Twonky on a Linux box which is also a MythBackend... I have a script running (Mythlink) that makes human readable links to a special directory for my myth recordings that are very cryptic in their names....

I pointed Twonkyserver 5.1.6 and 6.0 at this directory and got nothing. After looking at the logs, it appears that Twonky is seeing the links just fine but ignoring them. How can I have Twonky see the links as valid media files and populate the database as such?

If this is not possible, can it be made possible ASAP?

Re: Media Scan: Ignore Links?

Posted: Tue Jun 29, 2010 8:30 am
by mgillespie
In the INI file, there is a setting:
# follow symbolic links while scanning (Linux only)
followlinks=1

Re: Media Scan: Ignore Links?

Posted: Tue Jun 29, 2010 2:20 pm
by Briain
I'd bet it might even be possible to set that via an RPC call by typing the below (obviously using your own server IP address) into your web browser; try this:

Code: Select all

 http://your.server.ip.address:9000/rpc/set_option?followlinks=1
Bri

Re: Media Scan: Ignore Links?

Posted: Tue Jun 29, 2010 2:52 pm
by kartman_canada
[quote="mgillespie"]In the INI file, there is a setting:

[quote]
# follow symbolic links while scanning (Linux only)
followlinks=1
[/quote][/quote]

Perfect... many thanx. I was just looking via the GUI for config. Never thought to look at the INI. Duh... :oops: