| Vorheriges Thema anzeigen :: Nächstes Thema anzeigen |
| Autor |
Nachricht |
Fred F. Postet sich warm
|
Verfasst am: 17.08.2009 - 00:40 Titel: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
Hello All
Thanks to some inspiration from 'Poar' and a bit of searching on Google, I have cobbled together the following Registry Entry.
It provides the facility to split any file which is 'right clicked' depending on the options previously set in Autocue in MP3DirectCut.
======= Start Contents of Registry Entry =======
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split]
[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split\Command]
@="D:\\Prog Sources\\mp3DirectCut\\mp3DirectCut.exe \"%L\" /autocue "
======= End of Registry Entry ============
[The location 'D:\\Prog Sources\\mp3DirectCut' will depend on where you have intalled the program on your system.]
This also works if multiple files are highlighted, but I would suggest you swap the order to %F - %N to make it easier to select the files after they have been split.
Many thanks for this great program which will save me hours of work splitting my Podcasts so I can load them to my very basic MP3 Player. [I find that it is easier to move Forward/Back in 5 minute segments if I am interrupted or loose concentration whilst driving.]
Best regards
Fred F.
[Tschüss] |
|
| Nach oben |
|
 |
poar Postet sich warm
|
Verfasst am: 20.08.2009 - 15:28 Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
I tried it, but it will not show up on my context menu. Any Ideas?
EDIT:
There were 2 separate keys in my registry (Vista). I used ContextEdit to fix it.
This method works fine and I will use it a while to try it out. I use the /pausesplit command instead of /autocue. I set the interval to 300 seconds, which produces 5 minute tracks cut in between words.
Settings:
Threshold level = -16.3 dB
Min duration > 0.8 sec
Cue offset -19 frames
Cut whole pause = no
Skip = 300 secs
It works on multiple files but if there are many files I recommend that you perform the split in segments of 8-10 files. Each file opens up a new instance of mp3DirectCut (my program loops the files and runs the command one by one).
All in all - a great idea!
P.O. Arnäs |
|
| Nach oben |
|
 |
Fred F. Postet sich warm
|
Verfasst am: 20.08.2009 - 18:18 Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
Thank You P.
Yes - Sorry - I should have said:
I am using Windows X/P SP3
Best
Fred F. |
|
| Nach oben |
|
 |
Fred F. Postet sich warm
|
Verfasst am: 05.09.2009 - 19:54 Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
Hello poar
Yes that seems to be an improvement over the way I was doing it - Thank you.
In case anyone else wants to try this, here is the entry:
======= Start Contents of Registry Entry =======
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split]
[HKEY_CLASSES_ROOT\mp3file\shell\MP3Split\Command]
@="D:\\Prog Sources\\mp3DirectCut\\mp3DirectCut.exe \"%L\" /pausesplit"
======= End of Registry Entry ============
Remember to open the Program and arrange the settings as decribed by 'poar' for a test file first.
Best
Fred F.
BTW. Have also found a good tool to Delete and ByPass the Recycle Bin via the Context Menu - http://www.lopesoft.com/en/fmtools/info.html
and - another to Rename a file to the Tag Title - again via Context Menu - http://www.id3renamer.com/ [Edit - See posting below for a 'smoother' option.]
Using these three together I can now prepare my podcasts for listening using only the mouse and the context menu - very useful for me.
Together with CopyInOrder from www.CompulsiveCode.com , and a pre-defined menu structure, iTunes is entirely superfluous.
Zuletzt bearbeitet von Fred F. am 05.11.2009 - 23:33, insgesamt einmal bearbeitet |
|
| Nach oben |
|
 |
timtrevlig Postet sich warm
|
Verfasst am: 13.09.2009 - 12:52 Titel: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
Thanks a lot for your input, Fred F.!
Would it also be possible to Join files via the context menu?
Thanks for any help in advance
Tim |
|
| Nach oben |
|
 |
Fred F. Postet sich warm
|
Verfasst am: 05.11.2009 - 23:12 Titel: Re: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
| timtrevlig hat folgendes geschrieben: | Thanks a lot for your input, Fred F.!
Would it also be possible to Join files via the context menu?
Thanks for any help in advance
Tim |
Sorry Tim - can't find that anywhere, but I have just cobbled together another Right Click Wheeze :
Using a Free Program called ReNamer.exe and the following Registry Entries, you can re-name your podcasts, or any other .Mp3 files with the Title or any other field from the MetaData using only the Context Menu.
There are two entries: 1. for .Mp3 files and 2. for complete directories.
Reg Entry 1. - [Renames Individual Mp3 Files]
======= Start Contents of Registry Entry =======
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\mp3file\shell\ReTitle]
[HKEY_CLASSES_ROOT\mp3file\shell\ReTitle\Command]
@="\"D:\\Prog Sources\\ReNamer\\ReNamer\\ReNamer.exe\" /rename \"Pods\" \"%L\""
======= End of Registry Entry ============
Reg Entry 2. - [Renames All the Mp3 Files is a given Folder]
======= Start Contents of Registry Entry =======
Windows Registry Editor Version 5.00
[HKEY_CLASSES_ROOT\Directory\shell\ReTitle]
[HKEY_CLASSES_ROOT\Directory\shell\ReTitle\Command]
@="\"D:\\Prog Sources\\ReNamer\\ReNamer\\ReNamer.exe\" /rename \"Pods\" \"/fn:%1\""
======= End of Registry Entry ============
Location of the Renamer.exe should be self explanatory, the "Pods" is the result of saving my settings when using the Program in its normal mode.
I have called the Context Menu Items 'ReTitle', as using 'Rename' messes up the core windows function with the same name.
Hope this is clear, if not let me know and I will try to explain.
I will also post this on the Forum for the Program 'Renamer.exe'
Remember this is Windows XP [SP3] - don't know about any other OS.
Best
Fred F. |
|
| Nach oben |
|
 |
Fred F. Postet sich warm
|
Verfasst am: 05.11.2009 - 23:12 Titel: Re: RE: MP3DirectCut - Context Menu Splitting : Solution - Using Command Line Options |
|
|
| Oops - Dupe Posting! |
|
| Nach oben |
|
 |
|