VGMdb
Go Back   VGMdb Forums > VGMdb Site Related > Questions and Comments
Register FAQ Calendar Today's Posts Mark Forums Read Search

Closed Thread
 
Thread Tools Search this Thread Display Modes
  #451  
Old Jan 27, 2010, 08:53 AM
Myrkul's Avatar
Myrkul Myrkul is offline
VGMdb Staff
VGM Artist
 
Join Date: Sep 2007
Location: France
Posts: 3,172
Default

Posting this here to avoid making a new post..

Seems like the explanation of the color coding is now incomplete

I see "Other" is white, seems like it is for Publication ?
Seems like there is a grey color for Drama (drama & radio shows)


Would be cool if we could search for these sub-classifactions on the advanced search too. (anime only, demo scene only.. etc..)

^_^
  #452  
Old Jan 28, 2010, 05:30 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

The tabindex of either the login form in the top right or the login form that shows up on board pages should be changed.
Presently all the elements in them have the same tabindex value which results in focus jumping between the two forms when tabbing (101-101-102-102-etc.)
Alternatively, you could remove the login form from board pages completely because it's redundant.
  #453  
Old Jan 30, 2010, 05:37 PM
Kaleb.G's Avatar
Kaleb.G Kaleb.G is offline
VGMdb Advisor
VGM Artist
 
Join Date: May 2007
Location: USA
Posts: 1,042
Default

There's a bug when you receive a PM while viewing the main page of the site (main.php). If you follow the JavaScript prompt to open the PM in a new window, the URL it tries to go to is wrong. It starts with something like http://vgmdb.net/album/ instead of http://vgmdb.net/forums/.
__________________
hi~
  #454  
Old Jan 30, 2010, 10:07 PM
Liontamer's Avatar
Liontamer Liontamer is offline
VGMdb Advisor
VGM Artist
 
Join Date: Sep 2007
Location: Atlanta, GA
Posts: 429
Default

Apologies for a potential repeat issue, but when Sale sites have more than one line for the title, they end up squished together and overlapping.

e.g. http://vgmdb.net/album/17601
__________________
Larry "Liontamer" Oji
Community Manager & Submissions Judge, OverClocked ReMix
OC ReMix ~ twitter.com/ocremix ~ facebook.com/ocremix ~ youtube.com/ocremix
  #455  
Old Jan 31, 2010, 04:41 AM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

Quote:
Originally Posted by Liontamer View Post
Apologies for a potential repeat issue, but when Sale sites have more than one line for the title, they end up squished together and overlapping.

e.g. http://vgmdb.net/album/17601
Oh dear

Got it fixed, hopefully. You never know with CSS.
  #456  
Old Jan 31, 2010, 07:50 AM
Revoc's Avatar
Revoc Revoc is offline
VGMdb Advisor
 
Join Date: Dec 2007
Posts: 801
Default

I think in many cases the titles of sites can be simplified, however. Here for example:

"岩垂徳行 on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads"

"岩垂徳行 on MySpace" or just "MySpace" already work well in my opinion.
  #457  
Old Jan 31, 2010, 09:23 AM
seanne's Avatar
seanne seanne is offline
VGMdb Staff
 
Join Date: May 2007
Location: Sweden
Posts: 1,497
Default

Quote:
Originally Posted by Revoc View Post
I think in many cases the titles of sites can be simplified, however. Here for example:

"岩垂徳行 on MySpace Music - Free Streaming MP3s, Pictures & Music Downloads"

"岩垂徳行 on MySpace" or just "MySpace" already work well in my opinion.
I agree with this, the name of the site in question should be enough in most cases. Makes it look nicer and less cluttered I think.
__________________
VGMdb group on last.fm
  #458  
Old Feb 11, 2010, 06:12 PM
Revoc's Avatar
Revoc Revoc is offline
VGMdb Advisor
 
Join Date: Dec 2007
Posts: 801
Default

If you search for a name that is on the Variations field, this name will appear twice.

http://vgmdb.net/search?q=muroya
http://vgmdb.net/search?q=tsuruya
http://vgmdb.net/search?q=kajiwara
  #459  
Old Feb 14, 2010, 07:36 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Here's an actual bug that deletes track titles when editing the playlists. Simply put, the function that parses through the text field matches empty lines, which can result in titles being changed to "".

Changing line 27 of the function to
Code:
if (fields != 1 && !/^\s*$/.test(match[5])) {
and line 36 to
Code:
else if (match[8] != undefined && !/^\s*$/.test(match[8])) {
seems to work (you could just match against empty lines, but I can't think of a good reason to copy over whitespace.)
  #460  
Old Feb 14, 2010, 08:18 PM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

Should it just delete empty lines in the text box before doing the parsing?

Still, I might as well put that fix in. Thanks!
  #461  
Old Feb 19, 2010, 11:34 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Album pages with requestable tracks cause Firefox's (3.5.8 x86) CPU usage to spike. Seems to be strictly a Firefox issue so it's really a bug on their end, but maybe there's something that could be changed to avoid it?

Edit: Since I'm not half-asleep any more I decided to try it in safe mode and there's no issues with the page, so I want through my add-ons and the culprit is XHTML Ruby Support, even though there shouldn't be anything actively using it. Odd.

Last edited by Ira; Feb 20, 2010 at 06:44 PM.
  #462  
Old Feb 20, 2010, 02:13 PM
Dag's Avatar
Dag Dag is offline
VGMdb Advisor
 
Join Date: Dec 2007
Posts: 1,353
Default

Not quite a bug but I noticed that in the results pages you can only order in a direction when clicking the catalog/album name/release buttons. I was expecting clicking again would reverse the order, this is quite common.
  #463  
Old Feb 26, 2010, 09:02 AM
Myrkul's Avatar
Myrkul Myrkul is offline
VGMdb Staff
VGM Artist
 
Join Date: Sep 2007
Location: France
Posts: 3,172
Default

Is it normal we got 2 times the release date mofications on "my submissions"?

(both gives the same changes, but one is with format 2000-01-01, while the other is January 1, 2000)

Last edited by Myrkul; Feb 26, 2010 at 09:05 AM.
  #464  
Old Feb 26, 2010, 09:07 AM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 9,387
Default

The format for storing the release date got modified, but we still kept the old one in case something went wrong. Now that it's all tested and working properly, we could get rid of the old field.
  #465  
Old Feb 26, 2010, 11:52 AM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Not really a bug, but the manner in which users are sorted in the collections list and the member list is inconsistent. The sort method used (from what I can observe) sorts by 'select non-alphanumeric characters, numeric characters, alphabetic characters, all other characters' in that order. The inconsistency arises because the collections list is split into multiple parts which places all non-alphabetic characters into the '#' and the member list is just a single list. What this means is that some users that show up the beginning of the collections list will show up at the end of the member list. Really a small thing, but it threw me off.
  #466  
Old Mar 7, 2010, 05:16 AM
Myrkul's Avatar
Myrkul Myrkul is offline
VGMdb Staff
VGM Artist
 
Join Date: Sep 2007
Location: France
Posts: 3,172
Default

I got that warning (4 times) in the top of the page of the Approved Scans list (in the staff only moderation queue)

"Warning: Invalid argument supplied for foreach() in [path]/class_base.php on line 502
  #467  
Old Mar 7, 2010, 05:21 AM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 9,387
Default

It's be cause of deleted scans coupled with some changes I made. I need to fix that in 3 places.
  #468  
Old Mar 8, 2010, 03:40 PM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 9,387
Default

Quote:
Originally Posted by Myrkul View Post
I got that warning (4 times) in the top of the page of the Approved Scans list (in the staff only moderation queue)

"Warning: Invalid argument supplied for foreach() in [path]/class_base.php on line 502
I put in some code to fix this. Basically, queue entries for deleted items will no longer show in the pending and accepted queues.
  #469  
Old Mar 8, 2010, 07:04 PM
Kaleb.G's Avatar
Kaleb.G Kaleb.G is offline
VGMdb Advisor
VGM Artist
 
Join Date: May 2007
Location: USA
Posts: 1,042
Default

Looks like some odd behaviour here where album scans are uploaded, but none are set as the default.
__________________
hi~
  #470  
Old Mar 8, 2010, 07:11 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Quote:
Originally Posted by Kaleb.G View Post
Looks like some odd behaviour here where album scans are uploaded, but none are set as the default.
Actually, one is set to default. The problem seems to be with how the thumbnails are generated (in this case none were.)

Edit: Yeah, because it's a goddamn bitmap.

Last edited by Ira; Mar 8, 2010 at 07:15 PM.
  #471  
Old Mar 8, 2010, 11:48 PM
Kaleb.G's Avatar
Kaleb.G Kaleb.G is offline
VGMdb Advisor
VGM Artist
 
Join Date: May 2007
Location: USA
Posts: 1,042
Default

Quote:
Originally Posted by Ira View Post
it's a goddamn bitmap.
Time for another HD upgrade amirite?
__________________
hi~
  #472  
Old Mar 10, 2010, 01:24 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

All the information in the second column is being shifted up a row on this organization page (the type is bad?)

Last edited by Ira; Mar 10, 2010 at 01:28 PM.
  #473  
Old Mar 10, 2010, 03:21 PM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

Oops, fixed it. I'll have to take a look at the CSS later, too.
  #474  
Old Mar 11, 2010, 08:35 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Not really bugs, but some feedback that you can file away somewhere.
Places where language settings don't work (but should!):
- Aliases on artist pages
- Organizations on the organization page
- Units and organizations on artist pages
- Name on artist (intentional?) and organization pages

Some more language display thoughts:
- Don't italicize the display title, it looks bad (seems to show up when there is no original/romanized title?)
- Avoid having the same title displayed twice. Could probably be fixed by changing how the HTML for album titles is generated. You guys know what this looks like better than anyone, but to make the point, this is what the title looks like on the page for an album with only a display title:
Code:
<h1><span class="albumtitle" style="display: none;" lang="en">DISPLAY_TITLE</span>
<span class="albumtitle" style="display: none;" lang="ja"><em> / </em><i>DISPLAY_TITLE</i></span>
<span class="albumtitle" style="display: inline;" lang="ja-Latn"><em> / </em><i>DISPLAY_TITLE</i></span> </h1>

<div style="padding-left: 10px; padding-right: 10px; padding-bottom: 6px; font-size: 9pt; color: rgb(120, 137, 144);">
<span class="albumtitle" style="display: none;" lang="en"></span>
<span class="albumtitle" style="display: none;" lang="ja">DISPLAY_TITLE<br></span>
<span class="albumtitle" style="display: inline;" lang="ja-Latn">DISPLAY_TITLE<br></span></div>
So, if the display is the same as the original or romanized title (or there is no original or romanized title) keep the appropriate (ja or ja-latn) span in the div empty?

Last edited by Ira; Mar 11, 2010 at 08:38 PM.
  #475  
Old Mar 12, 2010, 09:47 AM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

That HTML code is horribly archaic, and will be removed with extreme prejudice when my time allows. It's only like that due to the way our language switcher works.
  #476  
Old Mar 13, 2010, 08:17 PM
CHz's Avatar
CHz CHz is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 4,036
Default

I edited this album an hour ago: http://vgmdb.net/album/7754. All I did was add "Guitar: GO" at the end of the notes, but the changelog and my submissions page say that I also changed the release date from December 18 to December 17. The thing is that the album display page still says December 18, as it should, because that's the release date and I didn't change it.

The same thing has happened on just about every album I've edited in the past few days (check my submissions list): it says I've set the release date back a day when I didn't. All of the albums still have the correct release dates on their pages; it's just screwed up in the edit histories.
  #477  
Old Mar 13, 2010, 08:30 PM
Secret Squirrel's Avatar
Secret Squirrel Secret Squirrel is offline
VGMdb Administrator
 
Join Date: May 2007
Location: Cleveland, OH
Posts: 9,387
Default

That's because of the server change, and the slightly different timestamp. Luckily, we aren't using that field anymore to store the dates. We just need to clean up that field.
  #478  
Old Mar 13, 2010, 10:27 PM
Gigablah's Avatar
Gigablah Gigablah is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 2,403
Default

To further clarify, the original database stored release dates as timestamps. That was a pretty great idea because it meant we couldn't specify ambiguous release dates and had to work around it with "monthknown" and "dateknown" flags -- plus whenever we changed servers, the generated timestamps would be off by one or two hours and that resulted in all sorts of quirks with sorting, searching, etc.

So when we implemented the new editing interface I finally added a field that stored release dates in YYYY-MM-DD format. The old timestamp is still being used all over the place though, so the field will remain until I rip out every trace of it (probably by today).
  #479  
Old Mar 13, 2010, 10:46 PM
CHz's Avatar
CHz CHz is offline
VGMdb Administrator
 
Join Date: May 2007
Posts: 4,036
Default

Radical. Just glad nothing's broken!
  #480  
Old Mar 18, 2010, 03:01 PM
Ira Ira is offline
Senior Member
 
Join Date: Feb 2009
Posts: 208
Default

Labels aren't searchable under their unicode/kanji name.
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Banjo-Kazooie Beta's ᄐv๑–X² Album Discussions 12 Mar 5, 2014 08:52 AM
I think I may have some beta/unreleased Final Fantasy XII music qualitydisc.com Video Game Music Discussion 2 Oct 2, 2013 07:41 PM
A Note on Beta Secret Squirrel News and Announcements 0 Sep 26, 2007 07:38 PM
Welcome to VGMdb Beta Secret Squirrel News and Announcements 1 Sep 16, 2007 07:12 PM
VGMdb Alpha Bug Reports Secret Squirrel Questions and Comments 28 Sep 11, 2007 09:19 AM