Please take a minute to check our Frequently Asked Questions. Use Search to reveal possible related topics.
Also make sure you've read the Forum Guidelines before posting in this forum.
![]() ![]() |
Oct 16 2011, 23:27
Post
#1
|
|
|
Member Group: Members Posts: 4 Joined: 21-August 11 Member No.: 15104 Mp3tag Version: 2.48 |
Hello
I hate having lots of "not musical" files in my music folders, so I usually allow just the front cover and delete the rest. For cue and log files, I made an action to embed them in a tag (cue and log tag) and then I delete them. To fully authomatize this operation, I'd like let mp3tag delete (or at least rename adding some tag like ADDED) the files it just added, so I don't have to delete them one by one by hand (and I'm sure they have been embedded and I don't have to check every time I don't remember if I applied the action). Would it be possible to do that with some action? |
|
|
|
Oct 16 2011, 23:50
Post
#2
|
|
![]() Member Group: Full Members Posts: 774 Joined: 18-April 05 Member No.: 1742 Mp3tag Version: 2.55a |
What's the harm of having non-audio files in your audio folders? I keep covers, artwork scans, cue sheets and ripping logs with the audio tracks.
This post has been edited by JJ Johnson: Oct 16 2011, 23:55 |
|
|
|
Oct 17 2011, 02:06
Post
#3
|
|
|
Member Group: Full Members Posts: 51 Joined: 1-October 07 From: U.S.A. Member No.: 5706 Mp3tag Version: 2.55 |
Hello I hate having lots of "not musical" files in my music folders, so I usually allow just the front cover and delete the rest. For cue and log files, I made an action to embed them in a tag (cue and log tag) and then I delete them. To fully authomatize this operation, I'd like let mp3tag delete (or at least rename adding some tag like ADDED) the files it just added, so I don't have to delete them one by one by hand (and I'm sure they have been embedded and I don't have to check every time I don't remember if I applied the action). Would it be possible to do that with some action? I've never tried that myself, but I guess I'd look toward making a Tool that runs an external program, say a batch file or script. You could set parameters that feed it the location (or names?) of the target files to be deleted. Maybe I'm missing something (entirely possible!), but it seems like actions and functions are meant to operate on files open and selected within mp3tag, so I'm not really seeing a way to use one of those. This post has been edited by progprog: Oct 17 2011, 02:12 |
|
|
|
Oct 17 2011, 02:17
Post
#4
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
how do you embed them? with the import text file action?
there is no action for deleting files in mp3tag which you can put in an action group. but you can make mp3tag show that files if you add them at: Tools > Options > Tags: Restrict incoming files to: If you have them in mp3tag you can easily delete them with ctrl + del. And you can search for them with the filter (F3) with: %_extension% IS log %_extension% IS cue |
|
|
|
Oct 17 2011, 12:08
Post
#5
|
|
|
Member Group: Members Posts: 4 Joined: 21-August 11 Member No.: 15104 Mp3tag Version: 2.48 |
Thank you. I was asking for an action because that would be useful if done with one click together with the "embed" action. If I have to embed the tag, and the use a tool or delete them by hand, even if from mp3tag, then it's more or less the same as doing it directly from the folder.
Thank you anyway. |
|
|
|
Oct 17 2011, 12:18
Post
#6
|
|
![]() Member Group: Full Members Posts: 1571 Joined: 15-March 09 From: Germany Member No.: 9103 Mp3tag Version: 2.50 |
You can make a conditional format filename action that only affect log and cue files:
Action: Format Value Field: _FILENAME: Formatstring: $if($eql(%_extension%,cue),C:\delete me\%_filename%,%_filename%) This would move all .cue files into the folder "C:\delete me" and leave all other files untouched. |
|
|
|
Oct 17 2011, 19:29
Post
#7
|
|
|
Member Group: Full Members Posts: 51 Joined: 1-October 07 From: U.S.A. Member No.: 5706 Mp3tag Version: 2.55 |
Hey, that's a good one to know, pone! I didn't realize you could move those files with an action like that.....might come in handy some day.
Thanks as always for your knowledgeable posts! I always learn a lot just from following along. |
|
|
|
Oct 24 2011, 22:37
Post
#8
|
|
|
Member Group: Members Posts: 4 Joined: 21-August 11 Member No.: 15104 Mp3tag Version: 2.48 |
You can make a conditional format filename action that only affect log and cue files: Action: Format Value Field: _FILENAME: Formatstring: $if($eql(%_extension%,cue),C:\delete me\%_filename%,%_filename%) This would move all .cue files into the folder "C:\delete me" and leave all other files untouched. This is what I was looking for! Thank you very much! |
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 20th May 2013 - 01:40 |