mbruel / ngPost

Command Line (or minimalist GUI) usenet poster for binaries developped in C++/QT designed to be as fast as possible and offer all the main features to post data easily and safely. Releases for Linux, Windows and MacOS are available.
GNU General Public License v3.0
171 stars 33 forks source link

NZB name truncate file name extension (GUI) #169

Open zuricarmi opened 1 year ago

zuricarmi commented 1 year ago

Hi In windows latest ngpost ver wene I post the files a.r01 a.r02 a.r03 ... I get nzb files a.nzb, a_1.nzb, a_2.nzb ... Is there a way for nzb files to get full name of the file with .nzb at the end? like a.r01.nzb, a.r02.nzb, a.03.nzb ... Thanks

mbruel commented 1 year ago

yeah that's normal. you're supposed to put all the archive on a same nzb that will be called a.nzb otherwise you can rename manually the nzb filename on the bottom left (nzb file) to re-add the extension. hope this help ;)

zenzo22 commented 7 months ago

Same question here. I would appreciate an option "write file extension to nzb file".

Let's say I have two files I want to post: video.avi video.mp4

After the first upload I have to manually rename the created nzb because both files generate the same nzb file. Please add an option to write video.avi.nzb and video.mp4.nzb (include the extension of the original file).

Abu3safeer commented 7 months ago

I agree with this, though I use command line and I can do it with -O "video.mkv.nzb" but I really wanted this to work just out of the box.