Media Scan: Ignore Links?

General discussion about the media server. Feature requests. Hints, tips and tricks.
Locked
kartman_canada
Posts:4
Joined:Mon Jun 28, 2010 8:46 pm
AV Hardware:PS3
Media Scan: Ignore Links?

Post by kartman_canada » Mon Jun 28, 2010 9:18 pm

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?

User avatar
mgillespie
Posts:1222
Joined:Fri Jul 08, 2005 1:19 pm
AV Hardware:TwonkyMedia AV UPnP Mediaserver (Marvell Kirkwood ARM Sheevaplug with Debian Squeeze).
2x Noxon V2 audio client
1x PS3 Slim 500GB Audio/Video UPnP client.
1x Sony VGF-CP1 Wireless Photoframe.
Location:UK

Re: Media Scan: Ignore Links?

Post by mgillespie » Tue Jun 29, 2010 8:30 am

In the INI file, there is a setting:
# follow symbolic links while scanning (Linux only)
followlinks=1
Please note: Moderators here are voluntary and do not work for PacketVideo or Twonky, please do not attack us. Any posts are personal opinion, and may not be those of PV/Twonky.

User avatar
Briain
Posts:478
Joined:Thu Jan 03, 2008 8:07 pm
AV Hardware:Linn Klimax DS
Linn Majik DS-I
Linn Sneaky DS
WDTV Live Hib
Sonos 80
Location:Edinburgh, Scotland

Re: Media Scan: Ignore Links?

Post by Briain » Tue Jun 29, 2010 2:20 pm

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

kartman_canada
Posts:4
Joined:Mon Jun 28, 2010 8:46 pm
AV Hardware:PS3

Re: Media Scan: Ignore Links?

Post by kartman_canada » Tue Jun 29, 2010 2:52 pm

[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:

Locked