diotro / transmission-control

Automatically exported from code.google.com/p/transmission-control
1 stars 0 forks source link

貌似默认保存目录和目录字典有些小问题? #65

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
添加的字典目录,在设置默认目录和添加种子目录的下拉菜��
�中没有。而且还会搞乱这两处的目录显示。
有些浏览器环境下还不能显示目录字典内容。下面有详细说��
�。
恳请修正~~~ :)

server:
ubuntu 12.04, x64
transmission-daemon 2.82 (ppa: 
https://launchpad.net/~transmissionbt/+archive/ppa)

client:
windows xp sp3 + firefox 25.0.1 
:字典内容显示正常(我就是在这儿添加的)
windows xp sp3 + chrome 31 / IE 8 :字典内容显示为空
ubuntu 12.04 x64 + firefox 25 : 字典内容显示 "undefined"
所有浏览器显示默认保存目录均为 
/.../private,实际上应是/.../done
添加种子保存目录均为 
/.../private,实际上应是/.../done(原版和mobile版显示OK)
而setting.json中:/server/buffer/cache/bt/done.

请看截图(winxp + firefox)

Original issue reported on code.google.com by Aimlessn...@gmail.com on 22 Nov 2013 at 4:38

Attachments:

GoogleCodeExporter commented 8 years ago
貌似我误解了目录字典的意思?
我硬改代码加上了我两个目录,这样就可以在添加种子时选��
�目录啦。
感谢。

    var dir = "/server/bt/done"; $.inArray(dir, transmission.downloadDirs) == -1 && transmission.downloadDirs.push(dir);
    var dir = "/serve/bt/private"; $.inArray(dir, transmission.downloadDirs) == -1 && transmission.downloadDirs.push(dir);
    transmission.downloadDirs = transmission.downloadDirs.sort();

Original comment by Aimlessn...@gmail.com on 22 Nov 2013 at 6:49

GoogleCodeExporter commented 8 years ago
Aimlessness,您好,谢谢测试
关于目录字典原先只用于“自动匹配数据目录”,所以在下��
�目录那里没有列出来。目前已改为在下载目录中可以显示,�
��没来得及发布,最近时间比较少,所以要晚点才能发布新的
版本。

Original comment by ronggang...@gmail.com on 25 Nov 2013 at 4:32

GoogleCodeExporter commented 8 years ago
表示感谢先,辛苦了~~~

Original comment by Aimlessn...@gmail.com on 27 Nov 2013 at 1:39