-
Notifications
You must be signed in to change notification settings - Fork 970
Save torrent file shows .file extension instead of .torrent #6736
Comments
I think this is just because you have windows settings on to hide file extension for known types. |
Yes, @bbondy is correct. This is because the torrent's name ends in ".mp4" (which is pretty strange in practice), and your OS is hiding the .torrent. |
I'm wondering if this could be similar with #2231 (comment) in some way |
@luixxiul Doubt it. The file is correctly saved with the .torrent extension. This issue was invalid. |
@feross The issue is while saving Brave doesn't show the file extension. On any file save if the filename is renamed it deletes the extension (#1985 (comment)). This is the reason it shows .mp4 while saving but saves the file as a torrent. Fixing #1985 should solve this as well. Because the download shows the file extension , it might confuse users whether they are saving the torrent file or the actual file. Upon save they will question I saved the actual file but why did it only saved it as torrent. |
@srirambv it seems the heart of the issue is that you want it to show as .torrent. Unfortunately, it may not do that if you have extensions turned off. In this case, the only real solution would be to update the "Save As" dialog to use "Torrent files (*.torrent)" instead of "All Files (*.*)" in the "Save as type" area |
Windows shouldn't have such an option, let alone enable it by default, it's a general problem with Windows. |
Did you search for similar issues before submitting this one?
Yes
Describe the issue you encountered:
Save torrent file shows .file extension instead of .torrent
Expected behavior:
Should show .torrent file
Platform (Win7, 8, 10? macOS? Linux distro?):
Windows 10 x64
Brave Version (revision SHA):
Brave 0.13.0
rev c60b783
Steps to reproduce:
Save torrent file
button.torrent
.torrent
fileQA Steps:
Save torrent file
button.torrent
extension.torrent
fileScreenshot if needed:

Any related issues:
cc: @feross @dcposch
The text was updated successfully, but these errors were encountered: