HydrogenAudio

Lossy Audio Compression => MPC => Topic started by: Case on 2002-06-14 14:50:56

Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-14 14:50:56
There is a new alpha build available, I hope people to test it for possible bugs. It uses UNICODE file info dialog in Windows NT systems and Peter was kind enough to give his hack for opening files with UNICODE characters in name.
http://www.saunalahti.fi/~cse/mpc/bin/winamp-alpha.zip (http://www.saunalahti.fi/~cse/mpc/bin/winamp-alpha.zip)
Title: Winamp MPC plugin 0.95b
Post by: Jan S. on 2002-06-14 15:23:50
Heh....I downloaded this plugin an hour ago for another computer where I wanted to play mpc files....


Anyway...Would it be possible to set some kind of info (album, artist) recognizing (thru path and filename) scheme like in tag?
As there is no mass tagger yet for APE2 I would like this to have my files displayed correct.


Also maybe an option to automatic convert any other tag format to APE2?
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-14 15:38:20
Quote
Originally posted by Jan S.
Anyway...Would it be possible to set some kind of info (album, artist) recognizing (thru path and filename) scheme like in tag?

That functionality is implemented, but currently only way to define naming scheme is from source code. This plugin uses always autodetect. Let me know your file structure and I include it.

Quote
As there is no mass tagger yet for APE2 I would like this to have my files displayed correct.

Also maybe an option to automatic convert any other tag format to APE2?

Please try Tag for this.
Title: Winamp MPC plugin 0.95b
Post by: Jan S. on 2002-06-14 16:01:09
I use:

[Album][track number]. [Title]


this however it is able to find, but the problem is when I have multible cd albums.

then I use: [Album][cd number][track number]. [Title]

this it is not able to recognize.
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-14 16:04:58
Quote
Originally posted by Jan S.
this however it is able to find, but the problem is when I have multible cd albums.

then I use: [Album][cd number][track number]. [Title]

this it is not able to recognize.

How is CD number given? Only one number, word CD + number... ?
Title: Winamp MPC plugin 0.95b
Post by: Jan S. on 2002-06-14 16:15:46
only number with leading zero.

example: "01"
Title: Winamp MPC plugin 0.95b
Post by: David Nordin on 2002-06-14 16:23:10
I got a weird error...
I couldn't open WinAMP by doubleclicking on and mpc file or m3u file...
I could open WinAMP and open mpc files normally, drag n' drop etc, but as soon as I'd try to open an m3u WinAMP just closes...
weird huh?
I use .94 until someone has a clue what this is all about
Title: Winamp MPC plugin 0.95b
Post by: ErikS on 2002-06-14 21:39:20
There is a problem with unicode file names. When i try to play "Siddharta - 06 - &#268rnoBelo.mpc" an error pops up: ...Siddharta - 06 - CrnoBelo.mpc is not found or read protected!

So it looks like it does a translation of characters that doesn't exist in my codepage  into the most similar that does exist.

This translation also happen when displaying the tag after I rename it. But then at least it can find the file.


Edit:

Or maybe this is a windows issue... All other programs have problems with this file too.
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-15 02:05:58
Quote
Originally posted by ErikS
There is a problem with unicode file names. When i try to play "Siddharta - 06 - &#268rnoBelo.mpc" an error pops up: ...Siddharta - 06 - CrnoBelo.mpc is not found or read protected!

So it looks like it does a translation of characters that doesn't exist in my codepage  into the most similar that does exist. 

This translation also happen when displaying the tag after I rename it. But then at least it can find the file.


Edit:

Or maybe this is a windows issue... All other programs have problems with this file too.

I tried that name and it worked perfectly well here. Please notice that new Winamp plugins are stored with directory, so they must be decompressed without directory creation or moved to plugins directory afterwards.
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-15 02:07:14
Quote
Originally posted by MTRH
I got a weird error...
I couldn't open WinAMP by doubleclicking on and mpc file or m3u file...
I could open WinAMP and open mpc files normally, drag n' drop etc, but as soon as I'd try to open an m3u WinAMP just closes...
weird huh?
I use .94 until someone has a clue what this is all about

Does this happen to anyone else? I tried with three different machines and none of them have any problems.
Title: Winamp MPC plugin 0.95b
Post by: Speek on 2002-06-15 02:50:17
Quote
Originally posted by Case

Does this happen to anyone else? I tried with three different machines and none of them have any problems.
No problems here. When doubleclicking on an MPC file in Windows Commander, Winamp starts to play as usual.
Title: Winamp MPC plugin 0.95b
Post by: ErikS on 2002-06-15 03:02:07
Quote
Originally posted by Case

I tried that name and it worked perfectly well here. Please notice that new Winamp plugins are stored with directory, so they must be decompressed without directory creation or moved to plugins directory afterwards.


You're right. I didn't see the extra directory, and it works fine now.

Would it be possible to add to the config which font to use? It's needed if I want to see some characters. I tried to just recompile, but there is a file missing: afxres.h. Where can I find this file?
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-15 03:20:01
Quote
Originally posted by ErikS
Would it be possible to add to the config which font to use? It's needed if I want to see some characters.

Sure, I'll include it.

Quote
I tried to just recompile, but there is a file missing: afxres.h. Where can I find this file?

I don't know why that file would be needed, it's not included from the sources, and I couldn't find with quick search any library that would need it. What compiler did you try?
Title: Winamp MPC plugin 0.95b
Post by: ErikS on 2002-06-15 03:24:05
Quote
Originally posted by Case


I don't know why that file would be needed, it's not included from the sources, and I couldn't find with quick search any library that would need it. What compiler did you try?


in tag.rc:
#include "afxres.h"

I use MSVC 6.0
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-15 03:30:45
Quote
Originally posted by ErikS
in tag.rc:
#include "afxres.h"

Oh, I only checked .c and .h files.

Quote
I use MSVC 6.0

The file should be there. It's in VC98MFCInclude.
Title: Winamp MPC plugin 0.95b
Post by: macdaddy on 2002-06-16 18:05:26
When using the plugin to add a title to an otherwise completed ape2tag, all the information disappears (not replaygain stuff) after pushing "enter"...
Title: Winamp MPC plugin 0.95b
Post by: ssamadhi97 on 2002-06-16 18:17:16
the 0.95b plugin reports a playing time of 0:00 for all tracks i add in the playlist.

the File Info (alt+3) box reports the correct playing time..

what's happening? ???

btw, tagging used: ape / none
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-16 19:06:21
Quote
Originally posted by macdaddy
When using the plugin to add a title to an otherwise completed ape2tag, all the information disappears (not replaygain stuff) after pushing "enter"...

Thanks for reporting, fixed version is uploaded.
Title: Winamp MPC plugin 0.95b
Post by: Case on 2002-06-16 19:12:09
Quote
Originally posted by ssamadhi97
the 0.95b plugin reports a playing time of 0:00 for all tracks i add in the playlist.

Whoops... I just uploaded new build of 0.95b, should be fixed. Thanks for reporting.