Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: pcutmp3 tool (Read 286306 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

pcutmp3 tool

Reply #150
Same error...

Exception in thread "main" java.lang.NoClassDefFoundError: org/blinkenlights/jid
3/MediaFile
Caused by: java.lang.ClassNotFoundException: org.blinkenlights.jid3.MediaFile
        at java.net.URLClassLoader$1.run(Unknown Source)
        at java.security.AccessController.doPrivileged(Native Method)
        at java.net.URLClassLoader.findClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClass(Unknown Source)
        at java.lang.ClassLoader.loadClassInternal(Unknown Source)
Could not find the main class: de.zebee.mpa.MainCLI. Program will exit.

C:\Program Files\foobar2000>


And... What is jid3.jar???
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #151
Quote
And... What is jid3.jar???


Put it in the same folder where you placed pcutmp3.jar.

pcutmp3 tool

Reply #152
Another error


C:\>java -jar pcutmp3.jar --cue "ASOT.cue" "ASOT.mp3"

PCutMP3 -- Properly Cut MP3 v0.97.1

scanning "ASOT.mp3" ...
first frame header = MPEG1 Layer3 192kbps 44100Hz J-Stereo
Xing/Info tag present
bitrate = 192 kbps (CBR)
accurate length = no
321691392 samples (is NOT a multiple of 588)
writing "01. A State of Trance - Intro.mp3" ...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -10
        at de.zebee.mpa.ScannedMP3.getInt16(ScannedMP3.java:85)
        at de.zebee.mpa.ScannedMP3.getInt32(ScannedMP3.java:89)
        at de.zebee.mpa.ScannedMP3.getFrameFileOfs(ScannedMP3.java:103)
        at de.zebee.mpa.ScannedMP3.crop(ScannedMP3.java:329)
        at de.zebee.mpa.MainCLI.main(MainCLI.java:283)
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #153
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -10
        at de.zebee.mpa.ScannedMP3.getInt16(ScannedMP3.java:85)
        at de.zebee.mpa.ScannedMP3.getInt32(ScannedMP3.java:89)
        at de.zebee.mpa.ScannedMP3.getFrameFileOfs(ScannedMP3.java:103)
        at de.zebee.mpa.ScannedMP3.crop(ScannedMP3.java:329)
        at de.zebee.mpa.MainCLI.main(MainCLI.java:283)


This is probably an MP3 that has been cut previously by a program that messed up the bit reservoir.  pcutmp3 just assumes that your MP3 is fine and doesn't lack important bits from the bit reservoir.  In that respect pcutmp3 isn't really tolerant / as forgiving as it could be.  You can solve this by "fixing" your MP3 with mp3brfix.

As for compatibility with non-LAME encoded MP3s: Yes, pcutmp3 supports those and just assumes the encoder delay to be 576 samples.

Cheers!
SG

pcutmp3 tool

Reply #154
I fixed mp3 using this tool, but I see the same error again:

C:\>java -jar pcutmp3.jar --cue "ASOT.cue" "ASOTfix.mp3"

PCutMP3 -- Properly Cut MP3 v0.97.1

scanning "ASOTfix.mp3" ...
first frame header = MPEG1 Layer3 192kbps 44100Hz J-Stereo
Xing/Info tag present
bitrate = 192 kbps (CBR)
accurate length = no
321691392 samples (is NOT a multiple of 588)
writing "01. A State of Trance - Intro.mp3" ...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -10
        at de.zebee.mpa.ScannedMP3.getInt16(ScannedMP3.java:85)
        at de.zebee.mpa.ScannedMP3.getInt32(ScannedMP3.java:89)
        at de.zebee.mpa.ScannedMP3.getFrameFileOfs(ScannedMP3.java:103)
        at de.zebee.mpa.ScannedMP3.crop(ScannedMP3.java:329)
        at de.zebee.mpa.MainCLI.main(MainCLI.java:283)


🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #155
Does anyone can help me????
🇺🇦 Glory to Ukraine!



pcutmp3 tool

Reply #158
Let's leave this problem.. none of these tools helped me to solve the problem
Now I have another question. About Foobar's foo_run plugin and pcutmp3
This is my comand line for foo_run:


cmd /k "java.exe -jar "C:\pcutmp3.jar" --cue "%path%" "$replace(%path%,%filename_ext%,)%__referenced_file%""


But in this case output folder is Foobar's folder o_O
I need the output folder to be "<source folder>\%album%\" or (if previous is impossible) "<source folder>\cutted\"
Also I want that output scheme will be "%track% %artist% - %title%"
The first problem is that source file folder contains cyrilic characters: "D:\Моя Музыка\" and if I specify --dir $replace(%path%,%filename_ext%,)  , I have output directory "D:\Моя\"
(

Second problem is that when I specify:
--out "%n %a - %t"
I have error:

The usage of either %n or %t is mandatory in the naming
scheme if you want to extract more than one track!

Could you help me to realize All the above-mentioned?
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #159
Now I have another question. About Foobar's foo_run plugin and pcutmp3
This is my comand line for foo_run:

cmd /k "java.exe -jar "C:\pcutmp3.jar" --cue "%path%" "$replace(%path%,%filename_ext%,)%__referenced_file%""

But in this case output folder is Foobar's folder o_O

I need the output folder to be "<source folder>\%album%\" or (if previous is impossible) "<source folder>\cutted\"
Also I want that output scheme will be "%track% %artist% - %title%"
The first problem is that source file folder contains cyrilic characters: "D:\??? ??????\" and if I specify --dir $replace(%path%,%filename_ext%,)  , I have output directory "D:\???\"

The fact that it outputs to Foobar2000 folder is expected. I'm not totally sure on why the --dir isn't working but I'll look at this now. As a workaround for now you could use:

Code: [Select]
cd /d "some tagz scripting to produce path" && cmd /k "java.exe -jar "C:\pcutmp3.jar" --cue "%path%" "$replace(%path%,%filename_ext%,)%__referenced_file%""


Second problem is that when I specify:
--out "%n %a - %t"
I have error:

The usage of either %n or %t is mandatory in the naming
scheme if you want to extract more than one track!

Try using --out "%%n %%a - %%t"


pcutmp3 tool

Reply #161
Try using --out "%%n %%a - %%t"


Thank you, it works. But it numerates tracks like "1,2,3,4...", when I prefer numbers with leading zero like "01,02..." for correct sorting of files by name. How can I turn on this numeration scheme?? And why it uses numbers without leading zero, when indexes in cue file are "01,02,03..."?

And... where can I see full list of parameters for current version?
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #162
But it numerates tracks like "1,2,3,4...", when I prefer numbers with leading zero like "01,02..." for correct sorting of files by name. How can I turn on this numeration scheme?? And why it uses numbers without leading zero, when indexes in cue file are "01,02,03..."?
This is a known problem, and will be fixed in the final 0.98.

And... where can I see full list of parameters for current version?

Just run pcutmp3 with no parameters.

i.e. java -jar pcutmp3.jar

pcutmp3 tool

Reply #163
I've found another way of specifying of output folder...

Code: [Select]
cmd /k "java.exe -jar "C:\Program Files\foobar2000\pcutmp3.jar" --cue "%path%" "$directory_path(%path%)\%__referenced_file%" --dir "$directory_path(%path%)\%album%" --out "%%n %%p - %%t"


Traks are saved to <source folder>\<album title>\ 

It would be great if you will fix error with track numbers....
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #164
@Peddy: I've tested this on various Linux machines and works fine, although I didn't have any problems with the previous version. Let me know if this doesn't work.


I'm cutting an A State of Trance episode using a .cue sheet, and pcutmp3 cuts the song files as 600 byte files similar to the one that I posted about before. This happens in both Linux and Windows. I've used mp3brfix on the MP3.

Any idea why this could be happening?

pcutmp3 tool

Reply #165
@Peddy: I've tested this on various Linux machines and works fine, although I didn't have any problems with the previous version. Let me know if this doesn't work.


I'm cutting an A State of Trance episode using a .cue sheet, and pcutmp3 cuts the song files as 600 byte files similar to the one that I posted about before. This happens in both Linux and Windows. I've used mp3brfix on the MP3.

Any idea why this could be happening?


Try this:

cmd /k "java.exe -jar "mp3brfix.jar"  -f $directory_path(%path%)\%__referenced_file%"

(for Foobar2000 foo_run plugin, mp3brfix.jar must be in foobar's directory)
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #166
Why mp3brfix don't want to create separate file and only replaces original file????
🇺🇦 Glory to Ukraine!

pcutmp3 tool

Reply #167
Just wondering if there's been any progress made on the track number tagging issue when using the command line.  Without track numbers to keep them in order, splitting the file doesn't really do any good.  I tried using Foobar to autonumber the output tracks as a workaround, but iTunes can't deal with the resulting tags for some reason and since I'm trying to get the music onto my iPod that option is out.

The tags come out fine when I use the GUI, which doesn't make sense unless the GUI's jar file has the pcut code built into it. The problem with just using the GUI is that then the file names don't come out right (no artist or track info) and I can't change any other parameters either.

By the way, here's the my new batch file I hope to use when the track number problem is fixed.  It'll put the files into a new subdirectory for you.

Code: [Select]
@echo off
title pcutmp3
cd /d "%~dp1"
md cutted
cd /d "C:\Unregistered Programs\pcutmp3"
java -jar pcutmp3.jar --cue %1 --dir "%~dp1\cutted\
pause
exit


Hi!

I've fixed the track number tag issue and also added an option (using --m3u) to generate a simple playlist of the output files.

I changed it to version 0.98 and you can get it here:
http://www.kreativenergy.org/downloads/cod...cutmp3_0.98.zip


I'm also making a GUI, it's already working but I still want to add some features to it before releasing it. Maybe next month, as I currently don't have the time right now.

Cheers,
Alexandre


Hello,

Since senab continued this project and already integrated the fixes in his version, I removed the above version from the site. This way there are no more two 0.98 versions, which was confusing.

Alexandre

pcutmp3 tool

Reply #168
I fixed mp3 using this tool, but I see the same error again:

C:\>java -jar pcutmp3.jar --cue "ASOT.cue" "ASOTfix.mp3"

PCutMP3 -- Properly Cut MP3 v0.97.1

scanning "ASOTfix.mp3" ...
first frame header = MPEG1 Layer3 192kbps 44100Hz J-Stereo
Xing/Info tag present
bitrate = 192 kbps (CBR)
accurate length = no
321691392 samples (is NOT a multiple of 588)
writing "01. A State of Trance - Intro.mp3" ...
Exception in thread "main" java.lang.ArrayIndexOutOfBoundsException: -10
        at de.zebee.mpa.ScannedMP3.getInt16(ScannedMP3.java:85)
        at de.zebee.mpa.ScannedMP3.getInt32(ScannedMP3.java:89)
        at de.zebee.mpa.ScannedMP3.getFrameFileOfs(ScannedMP3.java:103)
        at de.zebee.mpa.ScannedMP3.crop(ScannedMP3.java:329)
        at de.zebee.mpa.MainCLI.main(MainCLI.java:283)



I've the same problem with the 0.98 release. I went back to the 0.95 version it everything is working again.
--alt-presets are there for a reason! These other switches DO NOT work better than it, trust me on this.
LAME + Joint Stereo doesn't destroy 'Stereo'

 

pcutmp3 tool

Reply #169
Something is wrong with new beta version (notice totally wrong filesize and cuts in Beta version):

Correctly done:
Code: [Select]
PCutMP3 -- Properly Cut MP3 v0.97.1

scanning "C:\Temp\rip\CDImage.mp3" ...
first frame header = MPEG1 Layer3 128kbps 44100Hz J-Stereo
Xing/Info and LAME tag present
bitrate = 173.64375 kbps (VBR)
accurate length = yes
211450092 samples (is a multiple of 588)
writing "C:\Temp\rip\01. Hongrie - Franz Liszt (1811-1886) - La Lugubre Gondole.mp3" ...
writing "C:\Temp\rip\02. Hongrie - Franz Liszt (1811-1886) - Rhapsodie hongroise n░6.mp3" ...
writing "C:\Temp\rip\03. Boheme - Antonin Dvorak (1841-1904) - Quatuor Americain, III. Molto vivace.mp3" ...
writing "C:\Temp\rip\04. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3" ...
writing "C:\Temp\rip\05. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3" ...
writing "C:\Temp\rip\06. Pays Nordiques - Edvard Grieg (1843-1907) - Sonate pour violon et piano, III. Allegro animato.mp3" ...
writing "C:\Temp\rip\07. Pays Nordiques - Jean Sibelius (1865-1957) - Quatuor a cordes Voces intimae.mp3" ...
writing "C:\Temp\rip\08. Russie - Modeste Moussorgski (1839-1881) - Tableaux d'une exposition, La Grande Porte ....mp3" ...
writing "C:\Temp\rip\09. Russie - Piotr Ilyich Tchaikivski (1840-1893) - Symphonie n░5 en mi mineur, III. Valse....mp3" ...
writing "C:\Temp\rip\10. Espagne - Issac Albeniz (1860-1909) - Asturias.mp3" ...
writing "C:\Temp\rip\11. Francophonie - Cesar Franck (1822-1890) - Symphonie en re mineur, III. Allegro non troppo.mp3" ...
writing "C:\Temp\rip\12. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, I. Ouverture.mp3" ...
writing "C:\Temp\rip\13. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, IV. Carillon.mp3" ...
writing "C:\Temp\rip\14. Francophonie - Camille Saint-Saens (1835-1921) - Trio n░I op.18 en Fa majeur, III. Scherzo.mp3" ...
writing "C:\Temp\rip\15. Francophonie - Camille Saint-Saens (1835-1921) - Symphonie n░3 avec orgue en ut mineur op.78....mp3" ..
.
done.

C:\Program Files\foobar2000>cd\

C:\>cd temp\rip

C:\Temp\rip>dir
 Volume in drive C has no label.
 Volume Serial Number is E88F-2219

 Directory of C:\Temp\rip

13.08.2009  20:10    <DIR>          .
13.08.2009  20:10    <DIR>          ..
13.08.2009  20:10        12.015.104 01. Hongrie - Franz Liszt (1811-1886) - La Lugubre Gondole.mp3
13.08.2009  20:10        7.675.667 02. Hongrie - Franz Liszt (1811-1886) - Rhapsodie hongroise n°6.mp3
13.08.2009  20:10        5.410.620 03. Boheme - Antonin Dvorak (1841-1904) - Quatuor Americain, III. Molto vivace.mp3
13.08.2009  20:10        3.091.070 04. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3
13.08.2009  20:10        2.329.955 05. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3
13.08.2009  20:10        6.944.897 06. Pays Nordiques - Edvard Grieg (1843-1907) - Sonate pour violon et piano, III. Allegro animato.mp3
13.08.2009  20:10        3.828.923 07. Pays Nordiques - Jean Sibelius (1865-1957) - Quatuor a cordes Voces intimae.mp3
13.08.2009  20:10        5.975.041 08. Russie - Modeste Moussorgski (1839-1881) - Tableaux d'une exposition, La Grande Porte ....mp3
13.08.2009  20:10        8.190.068 09. Russie - Piotr Ilyich Tchaikivski (1840-1893) - Symphonie n°5 en mi mineur, III. Valse....mp3
13.08.2009  20:10        9.098.676 10. Espagne - Issac Albeniz (1860-1909) - Asturias.mp3
13.08.2009  20:10        14.067.179 11. Francophonie - Cesar Franck (1822-1890) - Symphonie en re mineur, III. Allegro non troppo.mp3
13.08.2009  20:10        8.707.708 12. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, I. Ouverture.mp3
13.08.2009  20:10        5.716.780 13. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, IV. Carillon.mp3
13.08.2009  20:10        4.293.268 14. Francophonie - Camille Saint-Saens (1835-1921) - Trio n°I op.18 en Fa majeur, III. Scherzo.mp3
13.08.2009  20:10        6.761.159 15. Francophonie - Camille Saint-Saens (1835-1921) - Symphonie n°3 avec orgue en ut mineur op.78....mp3
13.08.2009  20:01            2.764 CDImage.cue
25.12.2007  21:06      104.075.161 CDImage.mp3
              17 File(s)    208.184.040 bytes
              2 Dir(s)  330.037.747.712 bytes free

C:\Temp\rip>
Badly done:
Code: [Select]
PCutMP3 -- Properly Cut MP3 v0.98 BETA

scanning "C:\Temp\rip\CDImage.mp3" ...
first frame header = MPEG1 Layer3 128kbps 44100Hz J-Stereo
Xing/Info and LAME tag present
bitrate = 173.64375 kbps (VBR)
accurate length = yes
211450092 samples (is a multiple of 588)
writing "C:\Temp\rip\1. Hongrie - Franz Liszt (1811-1886) - La Lugubre Gondole.mp3" ...
writing "C:\Temp\rip\2. Hongrie - Franz Liszt (1811-1886) - Rhapsodie hongroise n░6.mp3" ...
writing "C:\Temp\rip\3. Boheme - Antonin Dvorak (1841-1904) - Quatuor Americain, III. Molto vivace.mp3" ...
writing "C:\Temp\rip\4. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3" ...
writing "C:\Temp\rip\5. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3" ...
writing "C:\Temp\rip\6. Pays Nordiques - Edvard Grieg (1843-1907) - Sonate pour violon et piano, III. Allegro animato.mp3" ...
writing "C:\Temp\rip\7. Pays Nordiques - Jean Sibelius (1865-1957) - Quatuor a cordes Voces intimae.mp3" ...
writing "C:\Temp\rip\8. Russie - Modeste Moussorgski (1839-1881) - Tableaux d'une exposition, La Grande Porte ....mp3" ...
writing "C:\Temp\rip\9. Russie - Piotr Ilyich Tchaikivski (1840-1893) - Symphonie n░5 en mi mineur, III. Valse....mp3" ...
writing "C:\Temp\rip\10. Espagne - Issac Albeniz (1860-1909) - Asturias.mp3" ...
writing "C:\Temp\rip\11. Francophonie - Cesar Franck (1822-1890) - Symphonie en re mineur, III. Allegro non troppo.mp3" ...
writing "C:\Temp\rip\12. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, I. Ouverture.mp3" ...
writing "C:\Temp\rip\13. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, IV. Carillon.mp3" ...
writing "C:\Temp\rip\14. Francophonie - Camille Saint-Saens (1835-1921) - Trio n░I op.18 en Fa majeur, III. Scherzo.mp3" ...
writing "C:\Temp\rip\15. Francophonie - Camille Saint-Saens (1835-1921) - Symphonie n░3 avec orgue en ut mineur op.78....mp3" ..
.
done.

C:\Program Files\foobar2000>cd\

C:\Temp\rip>dir
 Volume in drive C has no label.
 Volume Serial Number is E88F-2219

 Directory of C:\Temp\rip

13.08.2009  20:01    <DIR>          .
13.08.2009  20:01    <DIR>          ..
13.08.2009  20:01        12.015.147 1. Hongrie - Franz Liszt (1811-1886) - La Lugubre Gondole.mp3
13.08.2009  20:01              827 10. Espagne - Issac Albeniz (1860-1909) - Asturias.mp3
13.08.2009  20:01        78.605.197 11. Francophonie - Cesar Franck (1822-1890) - Symphonie en re mineur, III. Allegro non troppo.mp3
13.08.2009  20:01        8.707.751 12. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, I. Ouverture.mp3
13.08.2009  20:01        5.716.823 13. Francophonie - Georges Bizet (1838-1875) - L'Arlesienne, IV. Carillon.mp3
13.08.2009  20:01        4.293.311 14. Francophonie - Camille Saint-Saens (1835-1921) - Trio n°I op.18 en Fa majeur, III. Scherzo.mp3
13.08.2009  20:01        6.761.202 15. Francophonie - Camille Saint-Saens (1835-1921) - Symphonie n°3 avec orgue en ut mineur op.78....mp3
13.08.2009  20:01              957 2. Hongrie - Franz Liszt (1811-1886) - Rhapsodie hongroise n°6.mp3
13.08.2009  20:01        25.097.269 3. Boheme - Antonin Dvorak (1841-1904) - Quatuor Americain, III. Molto vivace.mp3
13.08.2009  20:01        3.091.113 4. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3
13.08.2009  20:01            1.017 5. Boheme - Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L....mp3
13.08.2009  20:01        37.457.144 6. Pays Nordiques - Edvard Grieg (1843-1907) - Sonate pour violon et piano, III. Allegro animato.mp3
13.08.2009  20:01              989 7. Pays Nordiques - Jean Sibelius (1865-1957) - Quatuor a cordes Voces intimae.mp3
13.08.2009  20:01        47.256.154 8. Russie - Modeste Moussorgski (1839-1881) - Tableaux d'une exposition, La Grande Porte ....mp3
13.08.2009  20:01            1.017 9. Russie - Piotr Ilyich Tchaikivski (1840-1893) - Symphonie n°5 en mi mineur, III. Valse....mp3
13.08.2009  20:01            2.764 CDImage.cue
25.12.2007  21:06      104.075.161 CDImage.mp3
              17 File(s)    333.083.843 bytes
              2 Dir(s)  330.179.977.216 bytes free

C:\Temp\rip>
CUE file:
Code: [Select]
REM GENRE Classical
REM DATE 2005
REM DISCID ED12BA0F
PERFORMER "Various Artists"
TITLE "Century 2 - L'eveil musical des Nations (vol 17)"
FILE "CDImage.mp3" WAVE
  TRACK 01 AUDIO
    TITLE "Franz Liszt (1811-1886) - La Lugubre Gondole"
    PERFORMER "Hongrie"
    FLAGS DCP
    INDEX 01 00:00:00
  TRACK 02 AUDIO
    TITLE "Franz Liszt (1811-1886) - Rhapsodie hongroise n°6"
    PERFORMER "Hongrie"
    FLAGS DCP
    INDEX 01 09:31:65
  TRACK 03 AUDIO
    TITLE "Antonin Dvorak (1841-1904) - Quatuor Americain, III. Molto vivace"
    PERFORMER "Boheme"
    FLAGS DCP
    INDEX 00 16:09:32
    INDEX 01 16:10:53
  TRACK 04 AUDIO
    TITLE "Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L..."
    PERFORMER "Boheme"
    FLAGS DCP
    INDEX 01 20:08:28
  TRACK 05 AUDIO
    TITLE "Antonin Dvorak (1841-1904) - Melodies, Chants du Manuscrit de Dvur Kralove, L..."
    PERFORMER "Boheme"
    FLAGS DCP
    INDEX 01 22:45:29
  TRACK 06 AUDIO
    TITLE "Edvard Grieg (1843-1907) - Sonate pour violon et piano, III. Allegro animato"
    PERFORMER "Pays Nordiques"
    FLAGS DCP
    INDEX 00 24:42:29
    INDEX 01 24:45:34
  TRACK 07 AUDIO
    TITLE "Jean Sibelius (1865-1957) - Quatuor a cordes Voces intimae"
    PERFORMER "Pays Nordiques"
    FLAGS DCP
    INDEX 01 29:56:54
  TRACK 08 AUDIO
    TITLE "Modeste Moussorgski (1839-1881) - Tableaux d'une exposition, La Grande Porte ..."
    PERFORMER "Russie"
    FLAGS DCP
    INDEX 00 32:42:50
    INDEX 01 32:46:49
  TRACK 09 AUDIO
    TITLE "Piotr Ilyich Tchaikivski (1840-1893) - Symphonie n°5 en mi mineur, III. Valse..."
    PERFORMER "Russie"
    FLAGS DCP
    INDEX 01 38:02:63
  TRACK 10 AUDIO
    TITLE "Issac Albeniz (1860-1909) - Asturias"
    PERFORMER "Espagne"
    FLAGS DCP
    INDEX 00 43:54:31
    INDEX 01 43:57:58
  TRACK 11 AUDIO
    TITLE "Cesar Franck (1822-1890) - Symphonie en re mineur, III. Allegro non troppo"
    PERFORMER "Francophonie"
    FLAGS DCP
    INDEX 00 50:39:35
    INDEX 01 50:43:10
  TRACK 12 AUDIO
    TITLE "Georges Bizet (1838-1875) - L'Arlesienne, I. Ouverture"
    PERFORMER "Francophonie"
    FLAGS DCP
    INDEX 01 60:46:52
  TRACK 13 AUDIO
    TITLE "Georges Bizet (1838-1875) - L'Arlesienne, IV. Carillon"
    PERFORMER "Francophonie"
    FLAGS DCP
    INDEX 01 67:22:07
  TRACK 14 AUDIO
    TITLE "Camille Saint-Saens (1835-1921) - Trio n°I op.18 en Fa majeur, III. Scherzo"
    PERFORMER "Francophonie"
    FLAGS DCP
    INDEX 01 71:34:30
  TRACK 15 AUDIO
    TITLE "Camille Saint-Saens (1835-1921) - Symphonie n°3 avec orgue en ut mineur op.78..."
    PERFORMER "Francophonie"
    FLAGS DCP
    INDEX 01 75:08:17

Command line:
[font= \"Lucida Console\"][!--sizeo:1--][span style=\"font-size:8pt;line-height:100%\"][!--/sizeo--]cmd /k "java.exe -jar "C:\Program Files\foobar2000\utils\pcutmp3.jar" --cue "$directory_path(%path%)\%filename%.cue" --dir "$directory_path(%path%)" "$directory_path(%path%)\%filename%.mp3""[/size][/font]

Can some developer comment this?

pcutmp3 tool

Reply #170
Hey everyone. I'm trying to use J.River Media center with pcut but with no success.

I'm setting it up to automatically use pcutmp3 as a command line 'encoder' (it only splits but JRMC doesn't know!).
To set this up the only tools I have are:

- exe path (easy)
- parameters (java -jar pcutmp3.jar --cue  ??)
- use %IN for input file and %out for output file

problem is, JRMC refers to songs like this "C:\....\album.mp3;6" this representing track 6 of the album that has a cue in the same directory

is there any chance of getting this to work with JRMC???

thanks in advance!!

pcutmp3 tool

Reply #171
Hey everyone. I'm trying to use J.River Media center with pcut but with no success.

I'm setting it up to automatically use pcutmp3 as a command line 'encoder' (it only splits but JRMC doesn't know!).
To set this up the only tools I have are:

- exe path (easy)
- parameters (java -jar pcutmp3.jar --cue  ??)
- use %IN for input file and %out for output file

problem is, JRMC refers to songs like this "C:\....\album.mp3;6" this representing track 6 of the album that has a cue in the same directory

is there any chance of getting this to work with JRMC???

thanks in advance!!


Can anyone help me out with this? can pcut specifically output just 1 track from the cue? how?
thanks in advance

pcutmp3 tool

Reply #172
OK, finally found the wiki... just use the crop command.

now the silliest question of all this thread...
- will it run on MAC? (I warned...)

thanks

pcutmp3 tool

Reply #173
Hi all
I'm using the great GUI pcutmp3gui-0.3.jar, but this seems to have v0.95b embedded inside.  Is there a command line option for the GUI which tells it to use an external version of the pcutmp3.jar (like a newer version than v0.95b), rather than the internal one?

thanks

DC

pcutmp3 tool

Reply #174
Hi! There seems to be no support for 48KHz files. I've got a .cue that works fine with such a file in foobar2000, but the splitting is erroneous: the higher the track number is, the further is the delay of the resulting mp3 file from the beginning of the song.