Xpenology DSM 6 Episode #7: Only Specific TAGS on Smart Albums

Published: 30 August 2016
on channel: siakavelisgr
404
5

Normal Smart Albums displaying TAGS in a "preferred" mode. If you want "strict" mode like I do, follow this guide.

"Strict" mode displaying photos that have only the TAGS you select.
"Default" mode displaying photos that have the TAGS you select and any other TAGS.




/volume1/@appstore/PhotoStation/photo/include/photo
----------------------------------------------------

} else if ('exact' === $operator) {
if ('photo' === $type) {
$query = "SELECT DISTINCT(image_id) FROM photo_image_label ".
" WHERE label_id IN (" . implode(',', $param) . ") AND image_id NOT IN( SELECT image_id FROM photo_image_label WHERE label_id NOT IN (" . implode(',', $param) . "))".
" GROUP BY image_id HAVING COUNT(label_id) = $count";

} else if ('video' === $type) {
$query = "SELECT DISTINCT(video_path) FROM photo_video_label ".
" WHERE label_id IN (" . implode(',', $param) . ") AND label_id NOT IN( SELECT label_id FROM photo_video_label WHERE label_id NOT IN (" . implode(',', $param) . "))";
}


---------------------------------------------------------






-----------------------------------------------------
If you like our work, don't forget to Subscribe:
https://www.youtube.com/subscription_...


Watch video Xpenology DSM 6 Episode #7: Only Specific TAGS on Smart Albums online, duration hours minute second in high quality that is uploaded to the channel siakavelisgr 30 August 2016. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 404 times and liked it 5 visitors.