MP3-Seeker
Jump to position (in Seconds) in any mp3 on the internet with a given URL
(does not work perfectly in all browsers, sometimes a reload [F5] helps if the browser caches the MP3 after fist load)
http://ftp.scene.org/pub/music/artists/paniq/finally_unfinished-mix/paniq-finally_unfinished_part_one.mp3 jumping to 1470s
USAGE: copy the URL of the MP3 as a parameter (?URL=) of this Address and add the time in Seconds (&t=) to seekt to
Example:
http://0x8.ch/mp3seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/radix/mp3/1999/a_shogun_named_paul.mp3&t=158.42
Example polyphonic:
Chromium on Debian Jessie
http://0x8.ch/mp3seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/paniq/finally_unfinished-mix/paniq-finally_unfinished_part_one.mp3&t=1470&t2=1470.33
Firefox on Debian ???
http://0x8.ch/mp3seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/paniq/05-paniq-ich_mag_die_drogen.mp3&t=132.839&t2=168&t3=203.987
Use Case e.g. in Twitter
http://0x8.ch/mp3seeker/jumpTo.php?URL=./12345.mp3&t=82.76&t2=83.31&t3=83.66
Aus der Gruppe der Freunde raus: https://0x8.ch/mp3seeker/jumpTo.php?URL=Buenzli199x.mp3&t=617
Source:
TODO: http://stackoverflow.com/questions/19548834/storing-local-audio-file-data-across-page-loads-in-html5