Kodi Community Forum

Full Version: Meta Files - Hidden in Windows
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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
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\*.[...]
Thanks - appreciated.

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