25 May '13 - 15:13 *
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 ... 23 24 [25] 26 27
  Reply  |  Print  
Author Topic: 3.6 reports, queries and bugs  (Read 71563 times)
tails_
Posts: 70


« Reply #480 on: 6 Aug '12 - 11:16 »
Reply with quoteQuote

Here:

title   あなたにサラダ
Album   MILLION KISSES
Artist   DREAMS COME TRUE
Genre   JPop
DATE   1991
TRACKNUMBER   7


P.S. I wonder why text case is so random here.
« Last Edit: 6 Aug '12 - 11:18 by tails_ » Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #481 on: 6 Aug '12 - 13:08 »
Reply with quoteQuote

Please upload that file to investigate what's going wrong with it...

   ftp.un4seen.com/incoming/
Logged
tails_
Posts: 70


« Reply #482 on: 6 Aug '12 - 14:55 »
Reply with quoteQuote

OK, done. Filename is 07 - あなたにサラダ.flac
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #483 on: 7 Aug '12 - 14:54 »
Reply with quoteQuote

OK, I see what's going on. When the difference between the full title length and "cut" length is less than or equal to the length of the substitute string, then the full title will be displayed. In your case, the full title length is 26 characters, the cut length is 23 characters, the substitute ("...") is 3 characters long, and 23+3=26, so the full title is shown.
Logged
tails_
Posts: 70


« Reply #484 on: 7 Aug '12 - 16:06 »
Reply with quoteQuote

Wait, but I use "…" symbol which should count as one.
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #485 on: 7 Aug '12 - 17:41 »
Reply with quoteQuote

Ah, I see what you mean now (I initially thought it was 3x '.'). Here's an update that should sort the problem...

   www.un4seen.com/stuff/xmplay.exe
Logged
tails_
Posts: 70


« Reply #486 on: 8 Aug '12 - 05:07 »
Reply with quoteQuote

It works now thanks Smiley

Btw, is it possible not to apply cut string to title string in XMPlay's main window?
« Last Edit: 8 Aug '12 - 05:13 by tails_ » Logged
Dotpitch
Posts: 2478


« Reply #487 on: 8 Aug '12 - 06:26 »
Reply with quoteQuote

Btw, is it possible not to apply cut string to title string in XMPlay's main window?
The title in the Main Window and the title in the Extended Playlist have the same formatting, only the Playlist Panel can have a different one (see Options and stuff > Titles).
Logged
raina
Posts: 1089


« Reply #488 on: 30 Aug '12 - 09:56 »
Reply with quoteQuote

The title scrolling gets jerky on multibyte(?) characters. Looky here: http://youtu.be/XWCCujEyOxk
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #489 on: 30 Aug '12 - 17:52 »
Reply with quoteQuote

This problem appears to be caused by the GetTextExtentPoint32 function. XMPlay uses that to measure how much space the title will take, to decide what part of it to display, but it seems to be reporting incorrect numbers for the exotic characters with that skin's font ("Lithe"). Here's an update that will measure the text dimensions in a different way...

   www.un4seen.com/stuff/xmplay.exe

Let me know if you still see any dodginess.
« Last Edit: 31 Aug '12 - 13:39 by Ian @ un4seen » Logged
saga
Posts: 1365


« Reply #490 on: 30 Aug '12 - 20:34 »
Reply with quoteQuote

You may want to fix that URL (con => com). Wink
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #491 on: 31 Aug '12 - 13:39 »
Reply with quoteQuote

Good idea Smiley
Logged
Yaurthek
Guest
« Reply #492 on: 24 Sep '12 - 20:43 »
Reply with quoteQuote

Hello there!

I would like to report a bug, and found no better place, so...

I stream my music to xmplay over http, using simple apache indexes and it works remarkably well, except when a file name contains  a '&' character.

xmplay seems to have a hard time dealing with html entities when parsing the page, as the file plays normally if i copy paste the direct url, but does not if I give it the html index page directly to parse as a playlist. In the latest case, the file appears in the playlist with "&" instead of '&' and does not play (file not found, red stroke over the name).

Anyway, thanks for this awesome player Smiley
Logged
Dotpitch
Posts: 2478


« Reply #493 on: 24 Sep '12 - 21:08 »
Reply with quoteQuote

What would be the url in this case?
Logged
Yaurthek
Guest
« Reply #494 on: 24 Sep '12 - 21:28 »
Reply with quoteQuote

For example, try to open this url with xmplay : http://x2a.yt/xmplay/

It will load two files in the playlist. The first won't play, as it contains a '&' in its name.

If you load its url (http://x2a.yt/xmplay/Orion&.xm) directly though, it works.
Logged
Yaurthek
Guest
« Reply #495 on: 27 Sep '12 - 21:28 »
Reply with quoteQuote

Any news? Any thoughts?

According to the specs, xmplay does not properly parse the urls: http://www.w3.org/TR/html4/appendix/notes.html#h-B.2.2

There also is a lot of documentation regarding this matter on the net: http://mathiasbynens.be/notes/ambiguous-ampersands

Would it be possible to correct this behavior in the next release? Smiley
Logged
Ian @ un4seen
Administrator
Posts: 15276


« Reply #496 on: 28 Sep '12 - 15:56 »
Reply with quoteQuote

Here's an update that will decode the following entities in scanned pages: "&", "<", ">", """, "'", " ".

   www.un4seen.com/stuff/xmplay.exe

Let me know if you still have any trouble with it.
Logged
Chinese Sausage
Posts: 365


« Reply #497 on: 30 Sep '12 - 19:47 »
Reply with quoteQuote

Thank you Ian. It works fine! Smiley
Logged
winner
Posts: 193


« Reply #498 on: 19 Oct '12 - 23:04 »
Reply with quoteQuote

When resuming playback of network-streamed music after a paused state, there is a period where buffered content in history plays before switching to the stream as it is at the current moment. The duration of this period of course depends on buffer size, but regardless, the buffered content should always be automatically cleared so that when the play action is activated the sound is in synch with the stream.

I haven't yet compared this observation with other streaming media players, so I don't know if it is general behavior among most players.
Logged
r
Posts: 155


« Reply #499 on: 24 Oct '12 - 17:52 »
Reply with quoteQuote

When I use the latest stuff version, I now get a "The publisher could not be verified" prompt that looks like this:



This never happened before.
Logged
Pages: 1 ... 23 24 [25] 26 27
  Reply  |  Print  
 
Jump to:  

Powered by SMF 1.1.18 | SMF © 2013, Simple Machines