Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All tracks show additional 30 minutes #34

Open
jesus2099 opened this issue Feb 9, 2015 · 18 comments
Open

All tracks show additional 30 minutes #34

jesus2099 opened this issue Feb 9, 2015 · 18 comments

Comments

@jesus2099
Copy link
Owner

I couldn’t reproduce that with same versions as him but fmera has this problem in Firefox 35.0.1, Greasemonkey 2.4.

When the track times display gets changed to milliseconds display, he obtains 30 minutes time too much on both local and remote tracks.

@jesus2099
Copy link
Owner Author

I still don’t see this happening.
The code has changed maybe it won’t happen any more for fmera either.

@jesus2099 jesus2099 changed the title MASS MERGE RECORDINGS. all tracks show additional 30 minutes All tracks show additional 30 minutes Apr 15, 2016
@jesus2099
Copy link
Owner Author

Now I can see it at those edits (fmera again).

@jesus2099 jesus2099 reopened this Jun 6, 2016
@jesus2099
Copy link
Owner Author

Again and asked for fmera’s help in https://musicbrainz.org/edit/43570372 as I never had this bug myself but he keeps having it all those… years !

@fmera
Copy link

fmera commented Feb 14, 2017

now on Firefox 51 on OS X 10.9.5 (Mavericks)

tested with just GM 3.9 and mb. MASS MERGE RECORDINGS 2016.6.15 enabled, still same problem.

no problems even up until the moment i click the "mass merge recordings" button to activate the panel, but the track times all instantly increase by 30mins the moment i paste the url of the source release.

@jesus2099
Copy link
Owner Author

It must have something to do with OS X’s port of Firefox, then…
I don’t reproduce with FF 51 + GM 3.9 on Windows XP…

jesus2099 added a commit that referenced this issue Feb 16, 2017
Please @fmera, tell me what you see with this version, now. :)
The padding was replaced by right aligned cell text and it still
displays properly on such releases as https://musicbrainz.org/release/491eb8fc-e358-4e84-8db6-e0409a6a7661
@jesus2099
Copy link
Owner Author

@fmera, could you test this new version there?
Click the above commit link (or f4c9ef3), then View then Raw to install it.

jesus2099 added a commit that referenced this issue Feb 16, 2017
Please @fmera, tell me what you see with this version, now. :)
The padding was replaced by right aligned cell text and it still
displays properly on such releases as https://musicbrainz.org/release/491eb8fc-e358-4e84-8db6-e0409a6a7661
@jesus2099
Copy link
Owner Author

jesus2099 commented Feb 16, 2017

Sorry, try this later one (66fd017) instead. :)

@fmera
Copy link

fmera commented Feb 16, 2017

nope, still showing the +30min…

but it's no big deal, i've already gotten used to it after all these years!

@jesus2099
Copy link
Owner Author

Really?
What does it show instead of 19:06 in https://musicbrainz.org/release/491eb8fc-e358-4e84-8db6-e0409a6a7661 ?

@fmera
Copy link

fmera commented Feb 16, 2017

49:06

jesus2099 added a commit that referenced this issue Feb 20, 2017
Like, maybe you’re in a 30 minute shift time zone?
jesus2099 added a commit that referenced this issue Feb 20, 2017
Like, maybe you’re in a 30 minute shift time zone?
jesus2099 added a commit that referenced this issue Feb 20, 2017
Like, maybe you’re in a 30 minute shift time zone?
@jesus2099
Copy link
Owner Author

@fmera, are you in a 30 minute shift time zone? What is your time zone?
Could you test this latest version (fa6e569 → View → Raw) and copy / paste me what you get in the JavaScript console, please?

@jesus2099
Copy link
Owner Author

Just try the same release on itself: https://musicbrainz.org/release/491eb8fc-e358-4e84-8db6-e0409a6a7661 and then shift up and down the remote tracklist to check if both local and remote times are now correct or not. :)

@fmera
Copy link

fmera commented Feb 20, 2017

will retry when i'm free, but it's no big deal really. don't waste too much tme figuring it out ;) anyway, i'm not in a "30min" time zone, full hour time zone. but what has time zones got to do with track times anyway?

then shift up and down the remote tracklist to check if both local and remote times are now correct or not. :)
don't think that will have any effect, as i've been doing that fairly often, to align tracklists between releases that are displaced. it won't cause the 30min error to go away.

will get back to you when i've tried the above fa6e569

@fmera
Copy link

fmera commented Feb 23, 2017

rejoice!!!! ;p

your fa6e569 (2017.2.20) finally did the trick. the +30min bug is gone. how is it different from the latest regular update of your script?

@jesus2099
Copy link
Owner Author

Thanks for the test, I will integrate this change to the main branch, that was indeed updated recently (I don’t remember for what feature). 👍

@jesus2099 jesus2099 added the mb_INLINE-TRACK-ARTIST ☠ OBSOLETE ☠ label Feb 27, 2017
jesus2099 added a commit that referenced this issue Feb 27, 2017
RECORDING_LENGTH_COLUMN show milliseconds when available
jesus2099 added a commit that referenced this issue Feb 27, 2017
jesus2099 added a commit that referenced this issue Feb 27, 2017
jesus2099 added a commit that referenced this issue Aug 21, 2019
Like, maybe you’re in a 30 minute shift time zone?
jesus2099 added a commit that referenced this issue Aug 21, 2019
jesus2099 added a commit that referenced this issue Aug 21, 2019
RECORDING_LENGTH_COLUMN show milliseconds when available
jesus2099 added a commit that referenced this issue Aug 21, 2019
jesus2099 added a commit that referenced this issue Aug 21, 2019
jesus2099 added a commit that referenced this issue Aug 21, 2019
Like, maybe you’re in a 30 minute shift time zone?
jesus2099 added a commit that referenced this issue Aug 21, 2019
jesus2099 added a commit that referenced this issue Aug 21, 2019
RECORDING_LENGTH_COLUMN show milliseconds when available
jesus2099 added a commit that referenced this issue Aug 21, 2019
jesus2099 added a commit that referenced this issue Aug 21, 2019
@jesus2099
Copy link
Owner Author

Hello @fmera,
Do you sometimes use the track time parser from SUPER TURBO in release editor?
It seems maybe it could have the same 30 minute problem:

time = (date.getHours() * 60 + date.getMinutes()) + ":" + (date.getSeconds() < 10 ? "0" : "") + date.getSeconds();

@jesus2099 jesus2099 reopened this Feb 22, 2023
@fmera
Copy link

fmera commented Feb 25, 2023

no, i don't have that script installed. good luck with the fix!

@jesus2099
Copy link
Owner Author

In the devtools, Sensors tab, I can stimulate being in a timezone with minute shifts (not only hours), like @fmera.

AU	−1228+13050	Australia/Darwin

In the IANA list, Darwin has an easy to remember name.

@jesus2099 jesus2099 pinned this issue Jan 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants