kuba
kuba
https://github.com/spotDL/spotify-downloader/issues/1728
Ok I think I get what you mean now. Since we have to CD first, browser will show an alert with trying to open the windows command processor message. Maybe...
> Looking through the code, would changing > ```python > paths = Path(base_dir).glob(f"**/*.{output_format}") > ``` > [search.py line 453](https://github.com/spotDL/spotify-downloader/blob/master/spotdl/utils/search.py#L438) > to > ```python > paths = [zipped for result in...
uhhh, I am still not understanding your issue. are you using `--scan-for-songs` option?
that's a very niche use case. I don't think implementing this into spotDL would benefit bigger % of the userbase. If you want I can write you a custom script...
> ### Requested Feature > > If a list of multible titles > download an merge to a single MP3 file > > for example this URL: https://open.spotify.com/album/12wIzfw2YxUPn0Y6AClPSo > >...
what does `python -V` and `pip -V` output?
> I got an Error too with version 3.9.6, but on Linux... but i removed the software before i installed it. So i remove it with ("sudo apt clean") then...
anyone with python 3.12 can test the dev version with improved python3.12 support? `pip install --force -U https://codeload.github.com/spotDL/spotify-downloader/zip/dev`
try this ```bash sudo apt-get install -y libssl-dev sudo apt-get install -y openssl sudo apt-get install -y libffi-dev sudo apt-get install -y python3 ```