We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If anyone is using metadata text files and its not working this might help.
This is the given example metadata file
nano_photos_provider2/dist/nano_photos_content/berlin1.txt
Lines 1 to 2 in f737330
It doesn't work. Because it looks for a '=' to split
nano_photos_provider2/dist/nano_photos_provider2.json.class.php
Lines 1067 to 1068 in f737330
The key-value in the metadata text file should use '=' instead of a ':' So, I updated the file to
title= Berlin 1 description= Berlin photo 1
and it works.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If anyone is using metadata text files and its not working this might help.
This is the given example metadata file
nano_photos_provider2/dist/nano_photos_content/berlin1.txt
Lines 1 to 2 in f737330
It doesn't work. Because it looks for a '=' to split
nano_photos_provider2/dist/nano_photos_provider2.json.class.php
Lines 1067 to 1068 in f737330
The key-value in the metadata text file should use '=' instead of a ':'
So, I updated the file to
and it works.
The text was updated successfully, but these errors were encountered: