Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cyber

Pages: 1 ... 4 5 [6] 7 8 ... 17
76
Rexx / Re: CE2mp3
« on: 2009.07.28, 11:51:34 »
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.

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

77
Rexx / Re: CE2mp3
« on: 2009.07.28, 08:51:19 »
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.

78
OS2 User Group Southern Europe / Re: Za promociju
« on: 2009.07.28, 08:43:43 »
Ja nisam skroman korisnik !  ;D  Ako ubaciš 'udešavanje' fonta, to je već više nego što običan editor treba da ima  ???

79
OS2 User Group Southern Europe / Re: Za promociju
« on: 2009.07.27, 13:30:27 »
Ovo sasvim lepo radi, i što je meni kao korisniku/2 veoma neobično; na srpskom ! :)

GUI ko GUI, ja ne mislim da tu bilo šta treba udešavati, ali šta je sa opcijama ?

Može li se dodati history, sa recimo brzim pregledom deset zadnje otvorenih tekstova i u open file switch za pregled po datumima ?
Ako to dodaš, odmah ću ti tražiti da podržave REXX sintaksu. :)

80
Rexx / Re: CE2mp3
« on: 2009.07.27, 10:37:30 »
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 ?

81
OS2 User Group Southern Europe / Re: Za promociju
« on: 2009.07.27, 10:31:52 »
Ajooj.  Editora za OS/2 imash nekoliko destina. Od boXer/2 koji je  Chuck Norris u text modu do tamo nekih mega turbo GUI aplikacija, ili čak i Notepadi iz Win3.1 ili pod Odinom ?
Meni u suštini jednostavni AE (advanced Editor) sasvim odgovara.

Al' tu sam da odma testiram i "kritikujem".  ;D

82
Thats what I'm talking for years.  >:( It become more and more Useless and expensive.  And years just passes away and nothing changed.  Except ACPI ?  ;)

83
Networking / Re: Wireless device lost on reset
« on: 2009.07.27, 10:19:14 »
When You reach desired stable solution, consider about making full backup of system.  This way, anything goes wrong, or You make mess, revert is very easy. :)

84
Rexx / Re: CE2mp3
« on: 2009.07.24, 13:50:29 »
Who need port of Quake III to OS/2 when we can program in Rexx !  ;D

CE2MP3v8.zip - mp3 tag transfer to result files.   8)
4RDce2mp3tag.zip - tag module upgrade for CDRWSel

85
It is now much more usable. :)  Thanks to Ed Durant and Sigurd !

86
Setup & Installation / Re: eMachines eTower 633ids
« on: 2009.07.24, 09:26:43 »
Disabled ACPI: Same behavior.

RAM checks out as OK.

Any other thoughts? Could it simply just be incompatible?

It should not be for PIII Celeron, but can You try boot eCS 1.2 or bootable Warp 4? 
It also can be some weird stuff related to CD connecting. I will try to set HDD primary master and CD primary slave (not forgot to check jumpers on back side !).

87
Networking / Re: Wireless device lost on reset
« on: 2009.07.24, 09:16:38 »
You can try making questions in You native language too.  But I think Your english isn't bad. :)

At first, driver should not be able to disappear.  Did Your OS make chkdsk and place some files in FOUND0 (or similar directory in root) after this fatal reset ?

Usualy there is no need to install whole system, installing just network driver should be enough.

88
Rexx / Re: CE2mp3
« on: 2009.07.24, 09:01:38 »
I don't understand what happens under your system !  did you run special programs or tools replacing original dll by different version ?. I just did a few test under 2 more different machine and ecs level and it was well too !

I'm think not. This eCS v2 b4 is mostly 'fresh' install under Virtual PC at my office, and except installed OOo and PMview  almost used only for writing ce2mp3.  What I really not understand is why no one else can confirm working or not status. I'm not the only downloaded Your releases.

Stop all of your special tools and programs using pause in it because as I wrote, it has unpredictable result on pipe process.
If you didn't get a message about dll not loaded, then it was loaded but it could not proceed as expected due to other program disturbing the open pipe !! but, first, review all your dll path and remove all duplicate dll and unwanted dll's to prevent wrong dll loading.
rxu.dll :
 2/05/96 22:11        199 012    221 a---  rxu.dll
rexxutil.dll :
 6/09/00 12:42         68 119      0 a---  REXXUTIL.DLL

note: it is compatible with os/2 warp connect (W3), W4, W4.5 and eCS ....
Question : did you load special (open) object rexx dll's or modified/updated rexxutil version ? If yes, unload them.

DLL's same on this machine, nothing modified/updated. Fresh boot and first thing is starting Your program. Nothing is different. Cemp3 and cdrwbar work normaly for both file/dir cases, it is only progress bar not travel from left to right.
If other (Batchheizer ?) happy with this version, I'm not care about progress bar, I'm building text version for me. :)

89
Rexx / Re: CE2mp3
« on: 2009.07.24, 08:41:31 »
Hmmm... there is more different ways of how You can execute something under OS/2 / eCS.

Problem in my case was using File Comander as shell; when You pass directory with path, using [ctrl] [f], FC pass argument if have spaces under quotes; for example ctrl F on c:\dir\d i r will result with 'ce2mp3 "c:\dir\d i r"'.  With quotes (") stream wont work here, and at the first not even trigger jump to procdir:  trying to treat "c:\dir\d i r" like file. Strip quotes from argument to stream can handle this and back 'em later before start ffmpeg cure problem. It just coincidence that I wasn't try dir with spaces till now.

   This is not case if You using GUI PMshell, or type manualy without quotes in command line. And this 'cure' do not affect those ways.

change at start where stream(v1ideost, C, 'query size')
------>8------>8------>8------>8------>8------>8
filebytes = 0
tagstr=d2C(34)           /* strip " from v1ideost */
v1ideost  = strip( v1ideost , l, tagstr) 
v1ideost  = strip( v1ideost , t, tagstr) 
filebytes = stream(v1ideost, C, 'query size') /* determine is it file or dir */
IF filebytes = 0 then call ProcDir  /* if dir jump to ProcDir else continue */
IF filebytes = "" then call ProcDir  /* some special cases not sure need anymore */
------>8------>8------>8------>8------>8

and add line to return quotes
------>8------>8------>8------>8------>8
v1ideost='"'v1ideost'"'
------>8------>8------>8------>8------>8
just before showing info about source file with
 FFmpeg_pth" -i "v1ideost

--------------------------------------------------------
Looks like this changes handle all cases and works OK.

It is now become a usable tool, to prepare bunch of files for old mp3 player. :)

90
Rexx / Re: CE2mp3
« on: 2009.07.22, 10:54:49 »
Bug (feature?) found:

Call SysFileTree ARG(1)||v1ideost"\*", "files", "FO"
do i = 1 to files.0

does not work if v1ideost is directory contain spaces.

Call SysFileTree ARG(1)||"'"v1ideost"\*'", "files", "FO"
Call SysFileTree ARG(1)||'"'v1ideost'\*"', "files", "FO"

does not work too ?
suggestions ?

Pages: 1 ... 4 5 [6] 7 8 ... 17