View Single Post
  #3  
Old 23.11.2021, 02:15
snuffleupagus snuffleupagus is offline
Giga Loader
 
Join Date: Feb 2020
Posts: 94
Default

I was thinking another way. If you can't modify the dlc to append the desired text when you export it. Can you do something where you modify the dlc filename with -UNIQUEID (ex. -thisValue1) itself and have jdownloader read the name of the DLC, when it's reading the content of the DLC and take -thisValue1 and append it to the file itself?

essentially
- read dlc ( ex. hello -thisvalue1.dlc)
- parse the -thisValue1 (as -thisValue1)
>>-thisValue1
- append it to the filename that is being downloaded.
>> <dlc filename><-appended: -thisValue1>.extension
ex. final file name>> hello -thisValue1.<extension>

??

thank you

Last edited by snuffleupagus; 25.11.2021 at 00:05.
Reply With Quote