Minor update to Clint’s Wallpaper Master. Get it here. (Ver: 2.0.0.29108)
New features:
- Only show images that match screen orientation option: Handy for small-screen devices (read: tablets), when enabled CWM won’t show portrait images when the screen is in landscape mode and vice-versa. This way you get a nice big screenful of imagery. Disabled by default.
- Don’t show small images option: Stop CWM from showing thumbnailed images that might be scattered amongst your other pictures
- Skip directories option: Not yet exposed in the UI, but you can also exclude directories by name, no matter where they reside. For example, I usually have original versions of my pictures in a subdirectory called “Originals”. By adding “Originals” to the skip list, they won’t be shown, no matter where the originals directory is. To set this up, add the following XML to your .config file:
<setting name="skipDirectory" serializeAs="Xml">
<value>
<ArrayOfString xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<string>Originals</string>
</ArrayOfString>
</value>
</setting>
Yes, not very pretty I know.
