Your message dated Mon, 7 Sep 2009 22:01:05 -0700
with message-id <[email protected]>
and subject line Re: Bug#507362: btlaunchmany: Wrong folder name created when
used whith /dev/null
has caused the Debian Bug report #507362,
regarding btlaunchmany: Wrong folder name created when used whith /dev/null
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 [email protected]
immediately.)
--
507362: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=507362
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: bittornado
Version: 0.3.18-3
Severity: normal
When used whith "/dev/null &", btlanchmany does not create the right folder or
the right file.
.Torrent Example :
# btshowmetainfo [SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05_irc.torrent
btshowmetainfo 20030621 - decode BitTorrent metainfo files
metainfo file.: [SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05_irc.torrent
info hash.....: 0031c88172ffac5d33a67e1ec2799ebe3d98b89e
directory name: [SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05
files.........:
[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01v3_DVD.avi (257143418)
[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_02v2_DVD.avi (257304348)
[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_03v2_DVD.avi (257196374)
[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_04_DVD.avi (257279186)
[SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_05_DVD.avi (257127522)
Command line example :
btlaunchmany --check_hashes 1 --max_upload_rate 100 --super_seeder 0
--max_connections 50 --saveas "/home/user/files/" "/home/user/torrents/" >
/dev/null &
Instead of creating this
"/home/user/files/[SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05" it will
create this wrong
"/home/user/files/[SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05_irc" (note
the "_irc" at end).
If .torrent file contains only one file, it behaves like that :
- instead of creating file
"[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01v3_DVD.avi" it will create
"[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01v3_DVD" file... (note the
lack of ".avi")
-- System Information:
Debian Release: 4.0
APT prefers stable
APT policy: (500, 'stable')
Architecture: amd64 (x86_64)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.24.2-xxxx-std-ipv6-64
Locale: LANG=fr_FR, LC_CTYPE=fr_FR (charmap=ISO-8859-1)
Versions of packages bittornado depends on:
ii python 2.4.4-2 An interactive high-level object-o
ii python-support 0.5.6 automated rebuilding support for p
Versions of packages bittornado recommends:
ii mime-support 3.39-1 MIME files 'mime.types' & 'mailcap
pn python-crypto <none> (no description available)
-- no debconf information
--- End Message ---
--- Begin Message ---
On Sun, Nov 30, 2008 at 8:14 AM, khalahan<[email protected]> wrote:
> When used whith "/dev/null &", btlanchmany does not create the right folder
> or the right file.
>
> Command line example :
> btlaunchmany --check_hashes 1 --max_upload_rate 100 --super_seeder 0
> --max_connections 50 --saveas "/home/user/files/" "/home/user/torrents/" >
> /dev/null &
>
> Instead of creating this
> "/home/user/files/[SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05" it will
> create this wrong
> "/home/user/files/[SkY]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01-05_irc" (note
> the "_irc" at end).
>
> If .torrent file contains only one file, it behaves like that :
> - instead of creating file
> "[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01v3_DVD.avi" it will create
> "[Pompokko]_Mahou_Shoujo_Lyrical_Nanoha_StrikerS_01v3_DVD" file... (note the
> lack of ".avi")
You may want to check out the --saveas_style option that the
launchmany style downloaders take. See the
bittorrent-multi-downloader.bittornado(1) page:
--saveas_style 1|2|3
how to name torrent downloads (1 = rename to torrent
name, 2 = save under name in torrent,
3 = save in directory under torrent name) (defaults
to 1 for btlaunchmany, 2 for btlaunch‐
manycurses)
I think that solves your problem, so I am closing this bug.
Cameron
--- End Message ---