NextCloudのメディアに何でも出てくるのが困る。
ファイルのアーカイブとして使っている場合に、バックアップファイルが写真(メディア)の一覧に出てきて困る。
特定のフォルダが、写真(ギャラリー)の一覧に表示されないようにするには。ってずっと考えてた
とくに、ショートカットやリンクや設定を弄り回さなくても、ファイルを作るだけでいいとわかった。
消したいフォルダにcdして
cd /path/to/files touch .nomedia
これだけ。
ファイルを作るのはどんな方法でも
上のように、 コンソールからやってもいい。他にもNextCloudのフォルダ画面からファイル作成でも良い。
.nomedia とは
Android のスマホなどではメジャー(?)な手法らしい。
参考資料
https://github.com/nextcloud/gallery/wiki/How-to-ignore-folders
Steps to follow
- Switch to the "Files" app
- Navigate to the folder you want to hide
- Click on the "New" button sitting above the list of files
- Type ".nomedia" as the filename You're done. The folder will be ignored in Gallery from now on. You can also create that file in your mobile or desktop OS and sync it with your ownCloud.