betonme / e2openplugin-EnhancedMovieCenter

EMC is an enhanced movielist replacement for Linux based receivers.
36 stars 62 forks source link

Alternative place to store .cuts files for read-only mounted shares. #231

Open AndKe opened 6 years ago

AndKe commented 6 years ago

EMC with it's move/delete features are way too dangerous with remote in kid's hands.

I have mounted some shares, so path looks like: /media/hdd/movie/share/movie1.mkv /share would be mounted as ReadOnly.

.cuts could then be stored like /media/hdd/cuts/movie/share/movie1.mkv.cuts

So the request is simply to replace a part of path like: replace: /media/hdd with: /media/hdd/cuts

for all *.cuts operations..

Swiss-MAD commented 6 years ago

Why do you not lock your share with the EMC lock option? To prevent from move, you can set another function to the colorkey.

AndKe commented 6 years ago

1: the menu option to move will still remain. 2: not having those files in shares is "cleaner", also in case of manual file management or other media players, the cut files miss a dot from being hidden and out of the way. 3: having it all on another place would be so much neater. (not to say in a DB or one file.)