kz26 / dottorrent-gui

An advanced GUI torrent file creator with batch functionality, powered by PyQt and dottorrent
https://pypi.org/project/dottorrent-gui/
GNU General Public License v3.0
326 stars 32 forks source link

"Paste from clipboard" does not work when the path on the clipboard is quoted #16

Closed thedarkness000 closed 7 years ago

thedarkness000 commented 7 years ago

In dottorrent-gui 1.3.4, clicking Paste from clipboard does not work if the path on the clipboard is surrounded in double quotes.

For example, in Windows 8.1 and above, clicking Copy path on the below file results in "N:\Downloads\GoldenEye_Source_v5.0_full.exe" being on the clipboard. copy path

If I then click Paste from clipboard in dottorrent-gui, nothing is populated in the input path field. Removing the double quotes from around the path on the clipboard causes Paste from clipboard to work as expected.

Can you update dottorrent-gui to support pasting double-quoted paths from the clipboard? Thanks!

kz26 commented 7 years ago

Thanks for the bug report. I'll try to have this fixed in the next release.

kz26 commented 7 years ago

Fixed in 1.3.5.