Hi Alex,
Just a follow up because I think my original post was not clear - maybe should be in feature request..?
So, I've been using NZBGeeks service for a while now - quite useful.
Many of their NZB files are for "Scrambled" & "Obfuscated" files (e.g. latest Stranger.Things.S02 episodes).
Indeed, all of the NZB services I've trialled use a similar method (as below)
The NZBs themselves are named appropriately but when I import them into UE the resulting download and save results in a folder and file named after the actual rar collection:
e.g. The following produces a folder & file named "16be4f8ad26842bba57db6d9d8312f80" & "16be4f8ad26842bba57db6d9d8312f80.mkv"
Code: Select all
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE nzb PUBLIC "-//newzBin//DTD NZB 1.1//EN" "http://www.newzbin.com/DTD/nzb/nzb-1.1.dtd">
<nzb xmlns="http://www.newzbin.com/DTD/2003/nzb">
<head>
<meta type="name">Stranger.Things.S02E09.AAC.MP4-Mobile-Obfuscated</meta>
<meta type="category">TV > Other</meta>
<meta type="x-rating-host">https://api.nzbgeek.info/feedback</meta>
<meta type="x-rating-id">2ce475630ce339a319c31d099ecfc9a5</meta>
</head>
<file poster="mmmq@meh.com" date="1509113524" subject="16be4f8ad26842bba57db6d9d8312f80 [1/22] "16be4f8ad26842bba57db6d9d8312f80.par2" yEnc (1/1)">
<groups>
<group>alt.binaries.etc</group>
</groups>
<segments>
<segment bytes="10516" number="1">59f33ef5$0$41717$b1db1813$ca8b28d9@news.astraweb.com</segment>
I'm hoping (or rather requesting) a way so that the file & folder
might be named after the NZB file itself ( e.g "Stranger.Things.S02E09.AAC.MP4-Mobile-Obfuscated" ).
This would be hugely helpful as, at the moment, if I download a dozen or so files using NZBs I then have to reference the original NZB files (open with notepad++) to find the actual file name and manually rename.
Is there (or could there be) a way of using the NZB file name ( the actual filename) as a way of creating sub folder (and potentially replacing the filename while retaining the file type suffix. So for example with the above, wind up with a folder called "Stranger.Things.S02E09.AAC.MP4-Mobile-Obfuscated" with a file inside called "Stranger.Things.S02E09.AAC.MP4-Mobile-Obfuscated.mkv"
Hope all is well & many thanks for the extraordinary work you do!!