22 May '13 - 04:40 *
Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
 
   Home   Help Search Login Register  
Pages: [1]
  Reply  |  Print  
Author Topic: Have flacs that won't play.  (Read 3622 times)
Roj
Posts: 424


« on: 18 Jun '05 - 00:07 »
Reply with quoteQuote

XMPlay gives me nothing, not even an error.  I click on the file, XMPLay starts and that's it.  The file tests and decodes properly using FLAC Frontend.  Using MP3TAG to remove tags doesn't change anything.

Where can i upload it for testing?
Logged
Roj
Posts: 424


« Reply #1 on: 18 Jun '05 - 00:09 »
Reply with quoteQuote

Never mind, latest build fixes it.  I had thought I was running the latest but aparrently not. Smiley
Logged
blammoAMS
Guest
« Reply #2 on: 11 Oct '09 - 15:04 »
Reply with quoteQuote

unfortunately, i am having the same problem as of yesterday. i've re-installed xmplay (the latest 'stuff' version) and the latest flac decoder - but to no avail. yesterday, i had some trouble with flac'ing a cd; might have something to do with mp3 tags. but that was resolved, and now no flacs, also no older ones, will play. i don't know what to try anymore.
please advise!
blammo, amsterdam
Logged
Dotpitch
Posts: 2472


« Reply #3 on: 11 Oct '09 - 15:51 »
Reply with quoteQuote

i've re-installed xmplay (the latest 'stuff' version) and the latest flac decoder - but to no avail. yesterday, i had some trouble with flac'ing a cd; might have something to do with mp3 tags. but that was resolved, and now no flacs, also no older ones, will play. i don't know what to try anymore. please advise!
Be sure to use the latest XMPlay and the latest xmp-flac. Start XMPlay, open Options and stuff and check whether xmp-flac is present on the 'Input' page. Also, on the 'Playlist' page, check that flac is not in the 'Ignore filetypes'-box. Try opening a flac by using the 'Open file'-dialog, as well as by dropping the file on the main window. If all that doesn't work, re-check your flac file with a different decoder. If it does work there, upload the file to http://ftp://ftp.un4seen.com/incoming/ and mention the filename in this thread, so Ian can take a look at it.
Logged
blammoams
Guest
« Reply #4 on: 11 Oct '09 - 17:07 »
Reply with quoteQuote

dotpitch, thanks for the quick reply. i was under the impression "ignore filetypes" meant i wouldn't be seeing the .flac extension in the playlist. so i put "flac" in & since then xmplay ignored them. so that was the snag. i've removed "flac" from the "ignore filetypes" list & everything works fine again.
Logged
Dotpitch
Posts: 2472


« Reply #5 on: 11 Oct '09 - 17:55 »
Reply with quoteQuote

i've removed "flac" from the "ignore filetypes" list & everything works fine again.
Good to hear that.
i was under the impression "ignore filetypes" meant i wouldn't be seeing the .flac extension in the playlist.
Do you mean the additional column in the extended playlist? Close XMPlay, open xmplay.ini with Wordpad (or whatever you use, just don't use Notepad!) and add
NoListExt=1
to the [XMPlay] section. Start XMPlay, and the file type column is gone. If you want to keep the column but want to have the playlist show 'filename' instead of 'filename.flac' for files without tags, tick 'Omit filename extension' on the Titles page of Options and stuff.
Logged
saga
Posts: 1365


« Reply #6 on: 11 Oct '09 - 18:41 »
Reply with quoteQuote

Quote
open xmplay.ini with Wordpad (or whatever you use, just don't use Notepad!)
why's that? i would assume it the other way around.
Logged
Dotpitch
Posts: 2472


« Reply #7 on: 11 Oct '09 - 20:34 »
Reply with quoteQuote

Quote
open xmplay.ini with Wordpad (or whatever you use, just don't use Notepad!)
why's that? i would assume it the other way around.
I've repeatedly had Notepad corrupting the ini file by adding junk up front, so XMPlay would revert to default settings. Wordpad will save it as plain text and shouldn't corrupt it (neither should Notepad, but it still did Tongue).

[edit]
The attached image shows xmplay.ini in a hex viewer, before and after is was saved with Notepad (WinXP Pro SP3). Wordpad saves the file correctly.
[/edit]

* untitled.PNG (21.98 KB - downloaded 51 times.)
« Last Edit: 12 Oct '09 - 11:01 by Dotpitch » Logged
saga
Posts: 1365


« Reply #8 on: 12 Oct '09 - 12:34 »
Reply with quoteQuote

EFBBBF indicates an UTF-8 file, so you would have to change the encoding back to "ANSI" in the "Save as" dialog.
Logged
Dotpitch
Posts: 2472


« Reply #9 on: 12 Oct '09 - 14:52 »
Reply with quoteQuote

EFBBBF indicates an UTF-8 file, so you would have to change the encoding back to "ANSI" in the "Save as" dialog.
Ah, good to know that it's not just junk. I didn't expect Notepad to default to UTF-8, even when saving files that were originally ANSI.
Logged
saga
Posts: 1365


« Reply #10 on: 12 Oct '09 - 14:59 »
Reply with quoteQuote

Well, it doesn't here... The file stays ANSI for me (I'm on Vista, but it was the same with WinXP). I would suspect that Notepad detects some funky characters in your INI file (for example in a recently accessed folder or something like that) and then switches to UTF-8 automatically.
Logged
Zarggg
Posts: 1239


« Reply #11 on: 14 Oct '09 - 15:41 »
Reply with quoteQuote

Notepad is rather retarded about the BOM. But considering that Unicode is becoming more prevalent in general, would it not be a good idea for XMPlay to account for a possible BOM indicating Unicode for the .ini? Or is it better for XMPlay to assume that the .ini is generated only by XMPlay to avoid potential errors from manual modification?
Logged
Tsorovan
Posts: 1244


« Reply #12 on: 14 Oct '09 - 19:15 »
Reply with quoteQuote

Or is it better for XMPlay to assume that the .ini is generated only by XMPlay to avoid potential errors from manual modification?
.ini files are supposed to be editable, so no.
Logged
saga
Posts: 1365


« Reply #13 on: 14 Oct '09 - 23:26 »
Reply with quoteQuote

I wonder if anything can be done against that, though, since I guess that Ian uses standard WinAPI calls (that would be the most simple thing to do at least), so he might only have access to their ANSI versions.
Logged
Ian @ un4seen
Administrator
Posts: 15259


« Reply #14 on: 15 Oct '09 - 14:26 »
Reply with quoteQuote

It looks like the problem is that the prepended "EFBBBF" is meaning that the "[XMPlay]" line is no longer just "[XMPlay]". A possible solution to that is to insert an empty line at the start of the file.
Logged
Pages: [1]
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines