Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Hi,
I have downloaded a few files to mp3 with youtube-dl using
youtube-dl --extract-audio --audio-format mp3 -l [YOUTUBE VIDEO LINK]. The output file I get plays fine but when I try to search in the file. An example would be that I have currently listened for 15 mins and I like to skip forward 10 mins to 25 mins, then it just jumps back to where I'm currently in the file (15 mins into the file). I've been downloading the file with Ubuntu 13.10 and I'm playing the file with the standard music player on Android 4.4. The skipping works fine if I use VLC player. Any suggestions on how I can fix the file to be able to search in the file with the standard Android music player?