Kodi Community Forum

Full Version: copy mediafiles based on exported movie list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,
How to copy a set of mediafiles including videos and all related files (based on exported movie list) to another location like USB Stick?
Thanks a lot in advance,
Alex
I am afraid this is the job the explorer/finder/file manager does - not tmm..
If I have different movielists and I want to be independent from physical file location, and I need to copy different movie sets that partially contains same files to different USB Sticks, and I may have to do it repeatedly, then it should be possible to automate this proceedure. Otherwise one have to keep some files several times in different locations.
How do I convert a movie name to physical files location (filenames)? There is a method getFileName in MediaFile, but how do I make initialisation to use it?
(2016-12-14, 11:00)tars Wrote: [ -> ]See: http://forum.kodi.tv/showthread.php?tid=283005
Thanks a lot, it works.