akrennmair / newsbeuter

Newsbeuter is an open-source RSS/Atom feed reader for text terminals.
http://www.newsbeuter.org/
MIT License
780 stars 100 forks source link

Podcasts with the same name #596

Open hjek opened 7 years ago

hjek commented 7 years ago

Newsbeuter version (copy from newsbeuter -v):

newsbeuter 2.9 - http://www.newsbeuter.org/
Copyright (C) 2006-2010 Andreas Krennmair

newsbeuter is free software and licensed under the MIT/X Consortium License.
Type `newsbeuter -vv' for more information.

System: Linux 4.9.0-3-686-pae (i686)
Compiler: g++ 6.2.1 20161215
ncurses: ncurses 6.0.20161126 (compiled with 6.0)
libcurl: libcurl/7.52.1 GnuTLS/3.5.8 zlib/1.2.8 libidn2/0.16 libpsl/0.17.0 (+libidn2/0.16) libssh2/1.7.0 nghttp2/1.18.1 librtmp/2.3 (compiled with 7.51.0)
SQLite: 3.16.2 (compiled with 3.15.2)
libxml2: compiled with 2.9.4

Steps to reproduce the issue:

  1. Add an audio feed from archive.org, e.g. https://archive.org/services/collection-rss.php?collection=GratefulDead , or from another feed that give their podcasts similar file names.

  2. Enqueue some of the podcast download URLs and download them all with podbeuter.

  3. Podbeuter only writes one file, instead of saving them all.

Other info you think is relevant: I think podbeuter should rename the files to avoid conflict, or at very least give a warning before happily having parallel file downloads writing to the same file.

Minoru commented 7 years ago

Thanks for the report! Unfortunately, Podbeuter isn't getting much love, so it's hard to tell if this will ever get fixed unless someone steps up to do the work.

hjek commented 7 years ago

That's sad. I'd fix it if I knew more C++.

On Tue, Aug 22, 2017 at 08:45:11PM +0000, Alexander Batischev wrote:

Thanks for the report! Unfortunately, Podbeuter isn't getting much love, so it's hard to tell if this will ever get fixed unless someone steps up to do the work.

-- You are receiving this because you authored the thread. Reply to this email directly or view it on GitHub: https://github.com/akrennmair/newsbeuter/issues/596#issuecomment-324146494