Solved Meta Files - Hidden in Windows
#1
Is it possible to set the "hidden" flag on all files created by tinyMediaManager to be "hidden" in Windows Explorer?

It makes for an easier navigation when going through folders to have the main video file as the only visible one.

If this is added, can you have some sort of option to hide already processed data?


Thanks
#2
uhm, well, this is somewhat completely different on Win/mac/unix... and i doubt that the majority of our user will need that.
Unix works only by renaminng / prepending a dot (which breaks everything), so this is mostly Windows like...

For that, you could use a command line to do the work:
something like
Code:
attrib /s /d /l +H d:\movies\*.nfo
attrib /s /d /l +H d:\movies\*.jpg
attrib /s /d /l +H d:\movies\*.[...]
tinyMediaManager - THE media manager of your choice :)
Wanna help translate TMM ?
Image
#3
Thanks - appreciated.

If you hear of others requesting this, it'd be great if it could be included by default.

Logout Mark Read Team Forum Stats Members Help
Meta Files - Hidden in Windows0