MP3-Seeker

Jump to position (in Seconds) in any mp3 on the internet with a given URL
UND JA, man könnte das mit rein Javascript ohne PHP machen, aber da bin ich grad zu Faul dafür
(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/radix/mp3/1999/a_shogun_named_paul.mp3 jumping to 158.42s








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://marclandolt.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://marclandolt.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://marclandolt.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://marclandolt.ch/mp3Seeker/jumpTo.php?URL=./12345.mp3&t=82.76&t2=83.31&t3=83.66 https://marclandolt.ch/mp3Seeker/jumpTo.php?URL=http://ftp.scene.org/pub/music/artists/paniq/finally_unfinished_part_two-mix/paniq-finally_unfinished_part_two.ogg&t2=4820&t=1470.33

Source:




TODO: http://stackoverflow.com/questions/19548834/storing-local-audio-file-data-across-page-loads-in-html5