Re: Preserving folder layout, not same as I'm seeing in forums
I thought I did actually in post 10, I thought I described the folder hierarchy. It's "users/davidrubenstein/music".
I think I'm going crazy...
Preserving folder layout, not same as I'm seeing in forums
Collapse
X
-
Re: Preserving folder layout, not same as I'm seeing in forums
I tried to help, but you ignored my question in post no. 12.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
It sounds like you're getting close.Back where you said you had tried [origpath]\[origfilename], you described the problem as having "too much" of your folder structure carried over ("user"\Music\ etc).
As garym describes, [trimfirstfolder] is the way to remove unwanted file structure levels. For each [trimfirstfolder] you add to the beginning of the [origpath]\[origfilename] string, it will remove a level from the beginning. So if you need to remove three levels, include three [trimfirstfolder] elements. Along with the required closing double-brackets, it would look like this:
[trimfirstfolder][trimfirstfolder][trimfirstfolder][origpath[][][]\[origfilename]
When I use that exact string, I get only all individual music files with NO folders. It eliminates the users/david/music hierarchy, yes, but loses the folders of artist or album(!)
I have tried a few different versions of this to no avail. I do think we're close, but it's a mystery how this didn't work since the "[origpath]\[origfilename]" worked exactly as I was needing it to, with ONLY the three additional folder layers, so one would think eliminating that would work, but it totally changed the way the folder copying is working, so now I'm lost.
Please help-Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
It sounds like you're getting close.Back where you said you had tried [origpath]\[origfilename], you described the problem as having "too much" of your folder structure carried over ("user"\Music\ etc).
As garym describes, [trimfirstfolder] is the way to remove unwanted file structure levels. For each [trimfirstfolder] you add to the beginning of the [origpath]\[origfilename] string, it will remove a level from the beginning. So if you need to remove three levels, include three [trimfirstfolder] elements. Along with the required closing double-brackets, it would look like this:
[trimfirstfolder][trimfirstfolder][trimfirstfolder][origpath[][][]\[origfilename]Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
Did you read my post earlier with link to thread?
https://forum.dbpoweramp.com/showthr...der&highlight=[trimfolder]
Depending on how deep your folder structure is, you'll need one or more [trimfirstfolder] items in the front of the string. Here's an example with two levels you need to remove. Don't forget that each needs a '[]' at the end to close it.
In your "Output Location:" -> "Dynamic:"
[TRIMFIRSTFOLDER][TRIMFIRSTFOLDER][origpath][][]\[origfilename]
You'd want to put, for example the folder where you want the converted files to end up in the "folder" line: for example, "D:\Music\Apple" in the "Folder" line.
And if you're using this approach, you will NOT also be using artist/album, etc.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
Thank you. I tried that before starting this thread. [origpath]\[origfilename] that convention starts THREE layers above, in other words starts with 'USER', than "my name', then 'MUSIC', and only then the folder of the actual artist or album, and imbedded in that are the tracks, but it otherwise converts it correctly, by the way, BOTH the compilation folder and an artist folder that would have more than one album. So I then removed the [origpath] leaving only [origfilename] and it copied all tracks individually, all on same level, without folders for artist or album.
That tells me we're on the right path, using both terms is too much, and using just the one is too little, but with the right code it should work correctly.
By the way, if you could post the 'code" in terms like these to try, e.g.:[artist]/[album]/[track] [title] ; [origpath]\[origfilename] ; it would help me quite a bit, I may not be as fluent in this program, so if you could "spoon-feed me" that would help
I hope I've adequately explained why I'm still running into difficulty.
Thanks guys-
https://forum.dbpoweramp.com/showthr...der&highlight=[trimfolder]
Depending on how deep your folder structure is, you'll need one or more [trimfirstfolder] items in the front of the string. Here's an example with two levels you need to remove. Don't forget that each needs a '[]' at the end to close it.
In your "Output Location:" -> "Dynamic:"
[TRIMFIRSTFOLDER][TRIMFIRSTFOLDER][origpath][][]\[origfilename]
You'd want to put, for example the folder where you want the converted files to end up in the "folder" line: for example, "D:\Music\Apple" in the "Folder" line.
And if you're using this approach, you will NOT also be using artist/album, etc.Last edited by garym; April 25, 2015, 12:19 PM.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
Please can you describe exactly, how you have organised your audio library folder/directory structure?Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
A lot of media player and server software that you may use to play/stream your music, use the Album Artist and Compilation tags and not just the Artist tag, to organize and display albums.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
That tells me we're on the right path, using both terms is too much, and using just the one is too little, but with the right code it should work correctly.
By the way, if you could post the 'code" in terms like these to try, e.g.:[artist]/[album]/[track] [title] ; [origpath]\[origfilename] ; it would help me quite a bit, I may not be as fluent in this program, so if you could "spoon-feed me" that would help
I hope I've adequately explained why I'm still running into difficulty.
Thanks guys-Last edited by DMRube; April 25, 2015, 08:16 AM.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
This is how I do it as well, but I know my tags, for audio library and player/server compatibility purposes, are in good shape.
I am trying to encourage David toward sorting his tags, as, without Album Artist and Compilation tags setup correctly, he will only hit problems further down the line.Leave a comment:
-
-
Re: Preserving folder layout, not same as I'm seeing in forums
This is how I do it as well, but I know my tags, for audio library and player/server compatibility purposes, are in good shape.
I am trying to encourage David toward sorting his tags, as, without Album Artist and Compilation tags setup correctly, he will only hit problems further down the line.
Thank you in advance-Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
I need to know how to batch convert, to a folder of my choice, the EXACT folder layout of the folder I'm converting from. I want the folders of artists with multiple albums to be copied with the artist name, and then if there are multiple albums within that folder, they should then be copied inside that folder.Last edited by BrodyBoy; April 25, 2015, 12:05 AM.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
This is how I do it as well, but I know my tags, for audio library and player/server compatibility purposes, are in good shape.
I am trying to encourage David toward sorting his tags, as, without Album Artist and Compilation tags setup correctly, he will only hit problems further down the line.Leave a comment:
-
Re: Preserving folder layout, not same as I'm seeing in forums
I am trying to encourage David toward sorting his tags, as, without Album Artist and Compilation tags setup correctly, he will only hit problems further down the line.Leave a comment:
Leave a comment: