Hardlinking while direct rename#614
Conversation
|
@dnzbk You can improve my code if you want. My C++ skills are not the best. |
|
@dnzbk Thanks for your hints. I have added two options in the settings: It would be nice, if you can test it and approve it. |
|
Wow, that looks great! I checked out the fork yesterday and tested various NZB types: So far, it looks very good, so a huge thanks in advance @lordload 👍🏼 The setting to separate this is much better, so everyone can turn this option on or off. Does excluding the archive formats improve the process? In my testing I leave the pre-defined archives but this was just a question I had. @dnzbk do you have time to look into this? I would be very happy to see this in a release. |
|
I’ll take a look and test this as soon as I can. I’m also interested in the Windows implementation. Like I said before, CreateHardLinkW might work. Just keep in mind it’s NTFS-only, so that should be mentioned in the |
…before directrename
|
@dnzbk I added the windows implementation. I tested it and it works perfectly. |
|
@lordload I'll test it asap, thank you. |
|
I took the time to find a Windows environment where I could test it. It works wonderfully. Thank you very much. @dnzbk If there is anything else I can help with, please feel free to write it here. |
|
@sorryusernameisalreadytaken |

Description
Direct rename does not rename in-progress (.out.tmp) files. One solution is to create hardlinks to the .out.tmp-files.
The resulting file structure can then be used with streaming software, like jellyfin or plex.