You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My system setup:
Tribler running in a Docker container in a TrueNAS device.
Video hosting done through Plex
Historically, most of us would:
Download something
Extract the relevant video file and 1 or more srt caption files
Paste the files into a folder structure that Plex is monitoring
Delete the source file that Tribler downloaded to in order to save drive space.
This isn't ideal because it reduces the sources available for the community to use.
I have found a solution after reading this article, that shows Linux & Windows using something called a "Symlink". Think of it as a shortcut on steroids. When a program sees a symlink, it treats it as the file itself.
There are two different types of links, Hard and Soft (aka symbolick link. Hardlinks show in Windows as the file itself, exactly, no visual difference in the icon. Softlink look more like a shortcut with an arrow in the icon pic. There are other differences, but nothing that affected my system. The key difference is that a Hardlink becomes the file itself if you delete the source, while a Softlink acts like a shortcut and becomes invalid if the source is deleted. If you are working across drives, then you need to use a Softlink .
Here are the steps to use the "Link Shell Extension" mentioned in the 1st link above.
Right-click on source files
Select "Pick Link Source"
Go to the Destination folder
Right-click in the destination folder
If you are pasting in a different drive, you are only given the option to drop a Softlink (aka Symbolic link)
If you are pasting on the same drive, pick the "Drop As..." menu and either Hardlink or Symbolic Link.
I have confirmed that Plex treats both Hardlink and Softlink correctly.
So, my new project for the next year or so is redownloading all of the files I have and leaving them as hosted while I enjoy them in Plex.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
My system setup:
Tribler running in a Docker container in a TrueNAS device.
Video hosting done through Plex
Historically, most of us would:
This isn't ideal because it reduces the sources available for the community to use.
I have found a solution after reading this article, that shows Linux & Windows using something called a "Symlink". Think of it as a shortcut on steroids. When a program sees a symlink, it treats it as the file itself.
There are two different types of links, Hard and Soft (aka symbolick link. Hardlinks show in Windows as the file itself, exactly, no visual difference in the icon. Softlink look more like a shortcut with an arrow in the icon pic. There are other differences, but nothing that affected my system. The key difference is that a Hardlink becomes the file itself if you delete the source, while a Softlink acts like a shortcut and becomes invalid if the source is deleted. If you are working across drives, then you need to use a Softlink .
Here are the steps to use the "Link Shell Extension" mentioned in the 1st link above.
I have confirmed that Plex treats both Hardlink and Softlink correctly.
So, my new project for the next year or so is redownloading all of the files I have and leaving them as hosted while I enjoy them in Plex.
Beta Was this translation helpful? Give feedback.
All reactions