Your message dated Tue, 03 Sep 2019 05:30:01 +0000
with message-id <e1i51od-00034l...@fasolo.debian.org>
and subject line Bug#937306: Removed package(s) from unstable
has caused the Debian Bug report #812980,
regarding podracer: .mp3/.ogg/.m4a/.m4b than the extension of the file will not 
be registered in the play list.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
812980: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=812980
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: podracer
Version: 1.4-3
Severity: normal

Dear Maintainer,

It will not be registered in the play list if the file extension of that you 
obtained in podracer is not the .mp3/.ogg/.m4a/.m4b.
"JlEV91AshKrq" in the following example was not registered.

```
$ podracer
$ ls -lA ~/podcasts/2016-01-28
合計 59408
-rw-r--r-- 1 mk mk        0  1月 28 14:03 2016-01-28-podcasts.m3u
-rw-r--r-- 1 mk mk 60833627  1月 28 14:02 jlEV91AshKrq
$ file  ~/podcasts/2016-01-28/*
/home/mk/podcasts/2016-01-28/2016-01-28-podcasts.m3u: empty
/home/mk/podcasts/2016-01-28/jlEV91AshKrq:            Audio file with ID3 
version 2.3.0
$ cat ~/podcasts/2016-01-28/2016-01-28-podcasts.m3u
```


Fixed using file command.

```
$ diff -u /usr/bin/podracer ./podracer
--- /usr/bin/podracer   2015-07-04 22:39:26.000000000 +0900
+++ ./podracer  2016-01-28 19:12:31.980446668 +0900
@@ -419,6 +419,7 @@
                find . -name \*.ogg  >> "$m3u"
                find . -name \*.m4a  >> "$m3u"
                find . -name \*.m4b  >> "$m3u"
+               find . | egrep -v "\.mp3$|\.ogg$|\.m4a$|\.m4b$" | xargs file | 
grep -i audio | cut -f1 -d: >> "$m3u"
                )
        fi
 fi
```


-- System Information:
Debian Release: stretch/sid
  APT prefers testing-updates
  APT policy: (500, 'testing-updates'), (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.3.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=ja_JP.UTF-8, LC_CTYPE=ja_JP.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages podracer depends on:
ii  bittorrent  3.4.2-12
ii  curl        7.46.0-1
ii  python      2.7.11-1
ii  screen      4.3.1-2

podracer recommends no packages.

podracer suggests no packages.

-- no debconf information

--- End Message ---
--- Begin Message ---
Version: 1.4-4+rm

Dear submitter,

as the package podracer has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/937306

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to