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

Display track timestamp #30

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

adlawson
Copy link
Owner

@adlawson adlawson commented Apr 9, 2017

These changes add track timings to the tracklist.

It also includes an options page to enable the feature (disabled by default).
When enabled, the start time is shown instead of the track number. If disabled or timings aren't available, the track number is shown just like before.

This needs some further testing before merged and released.

  • Chrome extension
  • Firefox addon
  • Tampermonkey userscript

Resolves #11, #6.


image


image

Timestamp replaces track number if it's available.
Copy link

@zygisber zygisber left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That is exatcly what was requested! How ever I suggest allways display track_nuber:

                        <em>{track_number}</em>
                        {?timestamp}<em style="width:50px;">{timestamp}</em>{/timestamp}

@zygisber
Copy link

Finally uploaded buildable sources. You can check my fork.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants