Is there any equivalent to "tools/manage pictures/transform absolute path into relative paths" when it comes to sources instead?
Equally, I don't see any option when importing media to store relative source paths when it comes to the source field. For pictures it works very well instead!
Unless this is already available and it's me that I can't find it, perhaps this is a good idea for improvement?
Thanks!
rs232
Transform "source" path from absolute to relative?
You can do this with a little script easily.
Maybe I could complete UPDATE_FIELDS script to add this operations
by selecting the field that contains file path (e.g. Source, URL, FilePath, URL of extras, ...):
- Transform absolute link to relative link
- Transform relative link to absolute link
I should add the possibility to use relative path instead of absolute path during import of movies too.
Maybe I will add this in next minor version 4.2.1.
Soulsnake.
Maybe I could complete UPDATE_FIELDS script to add this operations
by selecting the field that contains file path (e.g. Source, URL, FilePath, URL of extras, ...):
- Transform absolute link to relative link
- Transform relative link to absolute link
I should add the possibility to use relative path instead of absolute path during import of movies too.
Maybe I will add this in next minor version 4.2.1.
Soulsnake.
Hi rs232,
I update the script UpdateFields here:
http://mickaelvanneufville.online.fr/AMCU/scripts/
Copy it in your AMC script folder to use it.
You will see 2 more actions to transform paths:
I update the script UpdateFields here:
http://mickaelvanneufville.online.fr/AMCU/scripts/
Copy it in your AMC script folder to use it.
You will see 2 more actions to transform paths:
Soulsnake.- Transformer les chemins absolus en chemins relatifs (Transform absolute paths into relative paths)
- Transformer les chemins relatifs en chemins absolus (Transform relative paths into absolute paths)