As an Amazon associate we earn from qualifying purchases. Thanks for your support!                               
×

Best Blu-ray Movie Deals


Best Blu-ray Movie Deals, See All the Deals »
Top deals | New deals  
 All countries United States United Kingdom Canada Germany France Spain Italy Australia Netherlands Japan Mexico
Superman I-IV 5-Film Collection 4K (Blu-ray)
$74.99
1 hr ago
Back to the Future Part III 4K (Blu-ray)
$24.96
21 hrs ago
Back to the Future: The Ultimate Trilogy 4K (Blu-ray)
$44.99
 
Back to the Future Part II 4K (Blu-ray)
$24.96
 
The Toxic Avenger 4K (Blu-ray)
$35.33
 
Vikings: The Complete Series (Blu-ray)
$54.49
 
How to Train Your Dragon (Blu-ray)
$19.99
14 hrs ago
The Conjuring 4K (Blu-ray)
$27.13
1 day ago
Renfield 4K (Blu-ray)
$32.96
2 hrs ago
Jurassic World: 7-Movie Collection 4K (Blu-ray)
$99.99
1 day ago
The Creator 4K (Blu-ray)
$20.07
12 hrs ago
Superman 4K (Blu-ray)
$29.95
 
What's your next favorite movie?
Join our movie community to find out


Image from: Life of Pi (2012)

Go Back   Blu-ray Forum > Blu-ray.com > Feedback Forum
Register FAQ Community Calendar Today's Posts Search


Closed Thread
 
Thread Tools Display Modes
Old 05-10-2011, 11:06 PM   #761
iceman iceman is offline
Developer
 
iceman's Avatar
 
May 2003
13
27
121
26
1
6
10
2
3
1
Default

Quote:
Originally Posted by Foggy View Post
I was trying to "Suggest New Titles", but everytime I click on it, it takes me to the Blu-Ray Release page? I'm not sure if it's a bug, or I'm missing something?
Oops
This should be fixed now, so please try again, we appreciate the submissions a lot
 
Old 05-24-2011, 02:03 AM   #762
de Rookie de Rookie is offline
Senior Member
 
Mar 2011
1
Default

Hey Iceman,

I was trying to add gear to my gallery and there are some errors in the javascript once the page loads which prevents "HT gear in image" drop down not to function correctly and expose the manufacturer and model drop downs as well as the Add button.

I'm going to ramble now and pretend I know something I probably don't...

I've tested in Mozilla Firefox 3.6.17 and 4.0.1, Google Chrome 11.0.696.68, and MS Internet Explorer 9.0.8112.16421 with the same result.

Looks like the javascript is being embedded instead of being called. That being said I see two sets of script tags. The one before the <html> tag produces the error "$ is no defined" pointing to Line 2 of the page post-loading:

Code:
$(document).ready(function(){
  function updateDisplayOrder(htid, id, order)
   {

... etc ...
Which causes the functions within not to work. Looks like those functions are part of the tagging gear process among other things.

The second set of script tags, after the shortcut icon link, what looks like the declaration of $ among other things:
Code:
(function(w){var d=w.document;p={r:[],ready:function(f){p.r.push(f)},readyevent:function(e){while(p.r.length)p.r.shift()(e)},l:[],load:function(f){p.l.push(f)},loadevent:function(e){p.readyevent(e);while(p.l.length)p.l.shift()(e)}};d.addEventListener?(d.addEventListener("DOMContentLoaded",p.readyevent,!1),w.addEventListener("load",p.loadevent,!1)):d.attachEvent&&(d.write('<script defer src="//:" onreadystatechange="if(readyState==\'complete\')p.readyevent(event)"><\/script>'),w.attachEvent("onload",p.loadevent));$=function(){return p}})(window);
If that is the case, that could be causing the issue and perhaps that first set of javascript functions should be placed after or within the second set of script tags somewhere after that 2nd code snippet?

My javascript is REALLY rusty and I don't know jack about jQuery, so I'm probably totally wrong. Just thought I'd troubleshoot a bit before I asked you about it, haha.

...end rambling

Cliff notes : Add Gear in Home Theater Gallery doesn't work, HT gear in image drop down is broke
 
Old 05-28-2011, 11:40 AM   #763
JamesN JamesN is offline
Expert Member
 
JamesN's Avatar
 
Jan 2008
32
193
Default

Quote:
Originally Posted by de Rookie View Post
...Add Gear in Home Theater Gallery doesn't work, HT gear in image drop down is broke
Is anyone working this issue? It is still broken for me. (I can't add gear to my HT gallery.)

Thanks!
 
Old 06-01-2011, 07:58 PM   #764
kevinokev kevinokev is offline
Active Member
 
kevinokev's Avatar
 
Apr 2008
US - PA
28
1
140
2
Default Add Gear to HT

I've tried "Adding Gear" to my home theater gallery and am unable to do so. By clicking Add Gear and then selecting HDTV (for instance) nothing else happens. I've tried doing this in both Google Chrome and Firefox both to no avail. I was able to do this in the past. Please help...
 
Old 06-01-2011, 10:16 PM   #765
iceman iceman is offline
Developer
 
iceman's Avatar
 
May 2003
13
27
121
26
1
6
10
2
3
1
Default

Quote:
Originally Posted by kevinokev View Post
I've tried "Adding Gear" to my home theater gallery and am unable to do so. By clicking Add Gear and then selecting HDTV (for instance) nothing else happens. I've tried doing this in both Google Chrome and Firefox both to no avail. I was able to do this in the past. Please help...
Wow... thanks a lot for reporting this, can't believe no one hasn't reported it since it has been broken since May 10
Thank you very much!
 
Old 06-02-2011, 06:35 AM   #766
de Rookie de Rookie is offline
Senior Member
 
Mar 2011
1
Default

Thanks for the fix, iceman

I actually reported it here:
https://forum.blu-ray.com/feedback-f...ml#post4765113

But with all the posts in that thread you may have missed it. For big items like that I'll be sure to just start a new thread in here
 
Old 06-02-2011, 10:03 AM   #767
iceman iceman is offline
Developer
 
iceman's Avatar
 
May 2003
13
27
121
26
1
6
10
2
3
1
Default

Quote:
Originally Posted by de Rookie View Post
Thanks for the fix, iceman

I actually reported it here:
https://forum.blu-ray.com/feedback-f...ml#post4765113

But with all the posts in that thread you may have missed it. For big items like that I'll be sure to just start a new thread in here
Ah doh.. I completely missed that
 
Old 06-02-2011, 03:03 PM   #768
de Rookie de Rookie is offline
Senior Member
 
Mar 2011
1
Default

Quote:
Originally Posted by iceman View Post
Ah doh.. I completely missed that
No biggy. You still do awesome work, my friend
 
Old 06-02-2011, 09:01 PM   #769
Mr. J Mr. J is offline
Gaming Moderator
 
Mr. J's Avatar
 
Jul 2008
Arkham Asylum
6
393
768
7
628
4
181
Default

Question, I added True Blood Season 3 (Target Signature Edition) to the database. There are 3 different versions but all three are the same besides different artwork. I added one of them already and was wondering if I would be able to add the other 2 without conflict since their basically the same thing besides different cover art.

I ask because I won't be able to load the cover art until after it gets approved and added to the database.
 
Old 06-02-2011, 10:25 PM   #770
MaCruz MaCruz is offline
Community Gaming Moderator
 
MaCruz's Avatar
 
Mar 2009
Jacksonville, FL
160
104
958
18
394
570
527
192
23
139
Default

Quote:
Originally Posted by Mr. J View Post
Question, I added True Blood Season 3 (Target Signature Edition) to the database. There are 3 different versions but all three are the same besides different artwork. I added one of them already and was wondering if I would be able to add the other 2 without conflict since their basically the same thing besides different cover art.

I ask because I won't be able to load the cover art until after it gets approved and added to the database.
Yeah just post all 3 pics of the Target Editions and they should add it. I'm surprised no one added it already.
 
Old 06-03-2011, 01:54 AM   #771
shinseiRomeo shinseiRomeo is offline
Blu-ray Duke
 
shinseiRomeo's Avatar
 
Jun 2010
US
1179
1
15
30
Default

Quote:
Originally Posted by MaCruz View Post
Yeah just post all 3 pics of the Target Editions and they should add it. I'm surprised no one added it already.

I'm curious Cruz, I specifically remember jw did not want duplicates of BDs in the database if a slip or a small trinket was the only difference. Has this now changed? There are numerous differences and variances with BDs out there, especially the gold slipped Academy BDs and Sony Essentials, just as an example.
 
Old 06-03-2011, 02:01 AM   #772
Deciazulado Deciazulado is offline
Site Manager
 
Deciazulado's Avatar
 
Aug 2006
USiberia
6
1159
7044
4040
Default

We could put the other two at the back cover slot
 
Old 06-03-2011, 02:57 PM   #773
shinseiRomeo shinseiRomeo is offline
Blu-ray Duke
 
shinseiRomeo's Avatar
 
Jun 2010
US
1179
1
15
30
Default

Quote:
Originally Posted by Deciazulado View Post
We could put the other two at the back cover slot

Hey Deci and iceman, perhaps a new link underneath the photo such as "Alternate covers" so it's under one listing though members can see what other slips/cover art are available.
 
Old 06-03-2011, 03:06 PM   #774
Mr. J Mr. J is offline
Gaming Moderator
 
Mr. J's Avatar
 
Jul 2008
Arkham Asylum
6
393
768
7
628
4
181
Default

Quote:
Originally Posted by shinseiRomeo View Post
Hey Deci and iceman, perhaps a new link underneath the photo such as "Alternate covers" so it's under one listing though members can see what other slips/cover art are available.
I think if the only difference is cover art, then this is a great idea.
 
Old 06-04-2011, 02:16 PM   #775
JamesN JamesN is offline
Expert Member
 
JamesN's Avatar
 
Jan 2008
32
193
Question How to Add Bookshelf Speakers

Looking for how to add a bookshelf speaker. ON the first page of this thread, I see links only for:
Center
Floor Standing
Surround Speakers
Subwoofers
Speaker Systems



Edit: I was able to submit a bookshelf speaker by opening the page for an existing one and then clicking the Suggest a new speaker link. Is there an easier way?

Last edited by JamesN; 06-04-2011 at 02:29 PM.
 
Old 06-06-2011, 01:49 AM   #776
4K2K 4K2K is offline
Special Member
 
Feb 2008
Region B
Default

If I go to a movie that is released today (6th June 2011), in the 'movie' section it says "June 6, 2011 (1 Day)". But 6th June isn't 1 day away, it's today. PS: I'm on UK time.
 
Old 06-09-2011, 10:05 AM   #777
abintra abintra is offline
Expert Member
 
Apr 2008
-
-
Default

Doing a title search for Le Cercle Rouge is turning up no results but searching for Cercle Rouge is bringing up all the results as expected.

At first I thought it was due to one of the releases not having 'Le' in the title prefix field but that has been fixed. Shouldn't searching for Le Cercle Rouge bring up results?

Thanks.
 
Old 06-17-2011, 10:10 PM   #778
abintra abintra is offline
Expert Member
 
Apr 2008
-
-
Default

A couple of questions about contributing guidelines.

Is there a FAQ or guidelines one can refer to in order to know how information should be contributed to ensure accuracy (don't want to take up editors time contributing things that aren't supposed to or not as desired)?

Regarding titles. Should the movie title used be the title on the front cover or do you prefer the original language title be used for uniformity?

My reason for asking this is because, though it is difficult to ascertain what is declined and/or for what reasons, a couple of titles appear to be inaccurate but changes seem to get declined. I'm afraid to re-submit them multiple times as I'm not entirely sure if they were declined, overlooked, are already as desired or something else.

Some examples..

https://www.blu-ray.com/movies/Le-mepris-Blu-ray/8630/ (cover lists title as Contempt (Le mépris) but is currently shown on site the other way around).

https://www.blu-ray.com/movies/The-P...Blu-ray/25331/ (cover lists title as Mar em Fúria (The Perfect Storm) but is currently shown on site the other way around).

https://www.blu-ray.com/movies/The-Debt-Blu-ray/25369/ (cover lists title as L'affaire Rachel Singer (The Debt) but is currently shown on site the other way around).

Should those reflect the cover art title or each is correct as is?

And because I'm sure it isn't said nearly enough, thank you to all those behind the scenes that volunteer their time going through all of those submissions and contributing all the data.
 
Old 06-18-2011, 12:56 PM   #779
Jarfa Jarfa is offline
Database admin
 
Jarfa's Avatar
 
Dec 2008
Europe, PT, Porto
-
-
6
Default

Quote:
Originally Posted by abintra View Post

Regarding titles. Should the movie title used be the title on the front cover or do you prefer the original language title be used for uniformity?
The Guidelines for titles are simple.
All titles should use US english form when available.

Exceptions: (Example)
in France
Le mépris (Contempt)

It's possible that our countries database got many titles with wrong form.
they will show up, in our quick search, even in the wrong form.

Thanks for every submissions

Last edited by Deciazulado; 06-19-2011 at 01:46 PM.
 
Old 06-18-2011, 08:24 PM   #780
abintra abintra is offline
Expert Member
 
Apr 2008
-
-
Default

Quote:
Originally Posted by Jarfa View Post
The Guidelines for titles are simple.
All titles should use US english form when available.

Exceptions: (Example)
in France
Le mépris (Contempt)

Apologies for the follow-up.

Given that example, does that mean the English title should be used for all releases, no matter what the actual title is on the localized release, unless the original title differs and corresponds to that countries release (eg. Le mépris being a French originating film so retain its original title for the French release but use Contempt for every other one no matter what it is called on that countries release itself)?

https://www.blu-ray.com/movies/Die-V...-Blu-ray/6148/

Is the German release, not to focus specifically on one title, since I'm curious in general, but as an example, listed correctly as is or do you desire for it to be listed as 'Contempt' contrary to the actual release title?

Last edited by Deciazulado; 06-19-2011 at 01:50 PM.
 
Closed Thread
Go Back   Blu-ray Forum > Blu-ray.com > Feedback Forum

Tags
iron man 2, mummy, returns


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


All times are GMT. The time now is 03:15 AM.