How to make new folder from single files?

Any questions? Need some help?
Post Reply
romano
Posts: 35
Joined: 11 Jan 2014, 12:26

How to make new folder from single files?

Post by romano »

Hello, sorry for my English,
but how to make a new folder from single files?
i have per example:
movie.mkv
movie.srt

how to move this files to a new folder?
iam sure there is already an answer, but couldn't find it.

my code: {file.path[0]}:/FILMES/{n} ({y})
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to make new folder from single files?

Post by rednoah »

By defining a folder for the movie:

Code: Select all

../{n} ({y})/{n} ({y})
:idea: Please read the FAQ and How to Request Help.
romano
Posts: 35
Joined: 11 Jan 2014, 12:26

Re: How to make new folder from single files?

Post by romano »

Thank you.
and to put in the folder a Poster?
my code:

Code: Select all

{file.path[0]}:/FILMES/{n} ({y})/{n} ({y})
User avatar
rednoah
The Source
Posts: 22999
Joined: 16 Nov 2011, 08:59
Location: Taipei
Contact:

Re: How to make new folder from single files?

Post by rednoah »

That's something completely different.

For artwork check out these links:
* http://www.filebot.net/forums/viewtopic ... 4&t=5#p204
* http://www.filebot.net/forums/viewtopic ... 1222#p7390
:idea: Please read the FAQ and How to Request Help.
Post Reply