Can FileBot work purely with symlinks?
Posted: 04 Mar 2016, 18:08
So, this is another attempt to try and get my MythTV recordings into Emby. I think I have enough examples out there that I can use MythTV's parameters to pass the info to a UserJob script to get the relevant show information for its numeric filename and create a symlink that has the proper show info. My question is, can I point FileBot to the symlink folder and have it structurally organize/create the show hierachry folders as that will then give emby the info it needs as it works on folder naming than file names?
e.g.:
MythTV file for show Survivor S01E10:
/var/mythtv/recordings/1271_20160229230000.mpg
MythTV user job script runs and creates this:
/storage/mythtv-symlinks/Survivor_S01E10.mpg -> /var/mythtv/recordings/1271_20160229230000.mpg
Now, FileBot script runs and outputs to another base folder:
/storage/mythtv-filebot/TVShows/Survivor/Season 01/Survivor - S01E10 - Whatever episode name.mpg -> /var/mythtv/recordings/1271_20160229230000.mpg
The final step is what I would like FileBot to accomplish as it will all me to use Emby's Path Substitution to share that folder via NFS to my OpenElec client.
Does it support it?
e.g.:
MythTV file for show Survivor S01E10:
/var/mythtv/recordings/1271_20160229230000.mpg
MythTV user job script runs and creates this:
/storage/mythtv-symlinks/Survivor_S01E10.mpg -> /var/mythtv/recordings/1271_20160229230000.mpg
Now, FileBot script runs and outputs to another base folder:
/storage/mythtv-filebot/TVShows/Survivor/Season 01/Survivor - S01E10 - Whatever episode name.mpg -> /var/mythtv/recordings/1271_20160229230000.mpg
The final step is what I would like FileBot to accomplish as it will all me to use Emby's Path Substitution to share that folder via NFS to my OpenElec client.
Does it support it?