album-splitter icon indicating copy to clipboard operation
album-splitter copied to clipboard

Split single-file MP3 albums into separate tracks. Downloads from YouTube supported.

Results 23 album-splitter issues
Sort by recently updated
recently updated
newest added

We need tests to allow for faster development. I am experimenting in implementing them with `unittest`.

Are you interested in upload the project to pypi?

The current instructions suck a little bit.

enhancement
help wanted

last.fm has an api (http://www.last.fm/api/show/album.getInfo) that allows to pull data about an album, including track names and track duration.

enhancement

As reported by @nicolaasjan in https://github.com/crisbal/album-splitter/issues/22 > However, the -'s in the filenames in the case of video https://www.youtube.com/watch?v=WUNipoTGhMc were still omitted, e.g.: > 01 Olivia Newton-JohnMagic.wav. > I would...

bug

I encountered an encoding issue when providing a tracklist with Japanese characters. I worked around this by adding support for providing a json file with tracks. This code automatically detects...

I added basic support for an `--artwork` option that you can use to specify a path to an image that will be read and added as the `artwork` audio tag...

as the title suggests, have a option to download and/or split video files instead of just audio

This feature has been tested on a huge playlist of dozens of hours-long videos, alongside multiple standalone hours-long videos, and seems to work well. The command line I used was:...

I have been trying to get this to work for a while now and I keep coming up against the following error: `yt_dlp.utils.DownloadError: ERROR: Postprocessing: ffprobe and ffmpeg not found....