english/french
I looked for functions that might relate to the notion of albums, and didn't find much.
To add a photo to an album, I only saw that I could drag and drop it, otherwise there's the right-click to create, empty, rename, delete, import and export albums.
One technique is to export the album (which is a way of saving it), then open the .filelist file of the same name with a text editor (Notepad++) to edit it ... and re-import it. It's not an elegant method.
Nor have I been able to find a way of determining whether or not a photo belongs to an album.
Note: you can generate files of the same type (Adobe Bridge filelist) without using the album functions with the "Create > Filelist" function with the following parameters :
Code: Select all
<file uri="bridge:fs:file://{Directory}{Filename With Ext}"/>
in text format
Next we need to change the first line of the resulting file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><arbitrary_collection version="1">
And the last line:
--------------------
J'ai cherché les fonctions qui pouvaient se rapporter à la notion d'albums,
et pas trouvé grand chose.
Pour ajouter une photo à un album, j'ai seulement vu que je pouvais la glisser déposer, sinon il y a le clic bouton droit pour créer, vider, renommer, supprimer, importer, exporter des albums.
Une technique consiste à exporter l'album (ce qui constitue un moyen de le sauvegarder) , puis ouvrir le fichier .filelist du même nom avec un éditeur de texte (Notepad++) pour le retoucher ... et le ré-importer. Ce n'est pas élégant comme méthode.
Je n'ai pas pu trouver non plus un moyen de déterminer si une photo appartient ou non à un album.
Remarque : on peut générer des fichiers du même type (Adobe Bridge filelist) sans passer par les fonctions album dans XnViewMP, avec la fonction "Créer > Liste de fichiers" avec les paramètres suivants : (en ayant sélectionné les fichiers concernés au préalable)
Code: Select all
<file uri="bridge:fs:file://{Directory}{Filename With Ext}"/>
au format texte
Ensuite dans le fichier obtenu il faut changer la première ligne :
Code: Select all
<?xml version="1.0" encoding="UTF-8"?><arbitrary_collection version="1">
Et la dernière ligne :