• Welcome to OS2World OLD-STATIC-BACKUP Forum.
 

News:

This is an old OS2World backup forum for reference only. IT IS READ ONLY!!!

If you need help with OS/2 - eComStation visit http://www.os2world.com/forum

Main Menu

CE2mp3

Started by cyber, 2009.06.12, 12:05:45

Previous topic - Next topic

cyber

Just simple: IT KICK ASS ! :)  I need yet to check on other machine (real one W4) when I find free time.

* corrected a wrong id3v1 date tag extraction on mp3 files
What ?  Where ?

This is way beyond my understanding... why can Virtual machine act different than real one. Shouldn't be same ?

CDRWSel

why can Virtual machine act different than real one. Shouldn't be same ?
This is a good question and I have no answer (buffer size or control character issue or something else impacting pipe process only ! I was surprised to see these specific datas received through the pipe be splited on more than one line when under VPC)

For the second question, just wait until I return home, thanks
Remy 

CDRWSel

Here is the answer:

The change I did because I've got mp3 files with following value set for the datetag: " , G"
This happened for mp3 files without year value e.g.
Title  : Cool                            Artist:
Album  :                                 Year:    , Genre: Unknown (255)
Comment:  0                              Track: 0

After add of verification code, it is ok.   

malbumextr:
albumtag = SUBSTR(tagpart,pos("Album  :",tagpart,1)+9)
albumtag = LEFT(strip(albumtag), 32)

datetag = SUBSTR(tagpart,pos("Year:",tagpart,1)+5)
If pos(',',datetag)>1 then datetag = SUBSTR(datetag,1,pos(',',datetag)-1)
datetag = LEFT(strip(datetag), 4)

Bye/2
Remy



cyber

I was tested mp3 without any tag data, and I think that was OK.  Nevermind, I really like how CE2MP3RD work now. Also, interested in Mr. Batchheizer reaction, will german umlauts work without problems.

Also I'm adopted current RD version (10?) for future modification.

CDRWSel

Happy to hear it works ok for you too now and of course, will german umlauts work without problems ?
(If they have problems, just repeat code used for codepage translation and convert special characters into non accent character).
From a very good idea and commun development action, this tool is going to be a must for all ;D

cyber

#95
Quote from: CDRWSel on 2009.07.28, 11:50:13
Happy to hear it works ok for you too now and of course, will german umlauts work without problems ?
(If they have problems, just repeat code used for codepage translation and convert special characters into non accent character).

Serbian latin characters from codepage 1250/1252 (čćžšđ) copy to new mp3 fine.

Quote from: CDRWSel on 2009.07.28, 11:50:13
From a very good idea and commun development action, this tool is going to be a must for all ;D

Nooo... Mensys should include this in 2.0, so noone can say there is nothing new and good in new release.  ;D  ;D  ;D

cyber

Track:
Changed filebytes show on start - this is leftover of my testing, so now show file size.
Added OldSchool mode, You can enter [44100 128] in single line, in this case mapping will be skiped.
8)

Batchheizer

Back from vacation, I found you both making great progress in CE2MP3. Current versions works fine. Progress-window is nice.
Can you improve this window, so that no input in text-window is necessary?

A second menu-item "Options" could help:

Options
-Samplerate
   + 44100
   + xyz
-Bitrate
   +384
   +192
   +128
   +96
   +xyz
-map
   +xyz
-Autostart convertion (X)
-Exit after conversion (X)
-Delete source-file after conversion
+Only WAV (X)
+All files

If you could catch "size= ..." from FFMPEG the user will see progress on a single file.
IMHO starting time of conversion is less usefull for a user than progress the current conversion.

A "Pause/Resume"-Button could be usefull for conversions of many files.

Thank you both for your work on CE2MP3.

CDRWSel

Hi Batchheizer,
Of course I can include all into cdrwbar but cdrwbar is usable by dvddao, ffmpeg and cdrwsel too.

Including all code in it may be easy to do and Cyber needs drdialog to work on the source
Hi cyber, are you interested working on drdialog ?
I'll try a test build (specially for this use) and put it online soon.

Bye/2 
Remy   

cyber

Hi,
I am interested, but having health problems right now, I am not sure how much can contribute in near future.

CDRWSel

#100
Hi,
I'm currently testing eCS silver and I just received an email from my dearler that my new motherboard and i7 are posted and I should receive them very quickly. I'll take a short time just before the migration to build a full GUI draft release.
Bye/2
Remy

cyber

Quote from: CDRWSel on 2009.08.05, 16:02:26
Hi,
I'm currently testing eCS silver and I just received an email from my dearler that my new motherboard and i7 are posted and I should receive them very quickly. I'll take a short time just before the migration to build a full GUI draft release.

No progress till I was offline ?  :D

CDRWSel

#102
Hi, sorry but eCS V2 RC7 is not working for me (video bug) and no solution is available yet :(
I created an other waited GUI which is ClamAVGUI for eCS (GUI for the ported anti viral tool ClamAV)
For those interested to try the GUI, please send me a request using email address under nominated product for 2009 e-ball award.
( http://fr.ecomstation.ru/projects/awards/?action=nominations )

Next days I'm busy but as soon as possible, I'll take my saved datas and work on it to build the full GUI ;)

cheers/2
Remy

   

Saijin_Naib

Very nice :)

I saw that ClamAV has a GUI now.

CDRWSel

#104
Hi!

Just a up on this topic.
I wrote several times ago I'm going to do a GUI.
I worked on it and found that it would be nice to do the same as ce2mp3 does but add the possibility to expand supported audio files type as output and write metadatas to them from the source or from user defiened metadatas.
This makes a lot of work. But why to stop at this point ?
(Many parts works well and others have to be finished. I included a video option (not operationnal yet and planed to have pad/cropb, start/end sequence option ...) this one will be disabled until audio is fully ok)
Well, I think been not far from a first test build (convertion, idtags and metadatas are ok...)
I have to end the log part + pipe for % progression bar (I hope to have enough free time to work on it quickly)  

I added mp3info for id3v1tool due id3v2 doesn't well add ID3V1 tags and it crashes as soon I try to add TRCK or track number tag.

Here a few screenshots of the GUI.
What do you think about ?

@Cyber
Can you please provide an email@ for a draft ?