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
I updated an old plugin of mine - WebGalleryOfArt.bundle
It's mostly running fine on my setup - OpenPHT: 1.8.0 PMS: 1.18.5.2309 OS X 10.11.6
I have noticed that the text set in the summary attribute for the PhotoObject is not being displayed.
oc.add(PhotoObject( key=row[LOOKUP['URL']].replace('/html/', '/art/').replace('.html', '.jpg'), rating_key=key, title=row[LOOKUP['TITLE']].decode('latin-1'), summary=(row[LOOKUP['TITLE']]+'\n'+row[LOOKUP['AUTHOR']]+'\n'+row[LOOKUP['DATE']]+' | '+row[LOOKUP['TECHNIQUE']]+' | '+row[LOOKUP['LOCATION']]).decode('latin-1'), thumb=row[LOOKUP['URL']].replace('/html/', '/preview/').replace('.html', '.jpg')
Is there something I can do?
I noticed this commit but am not sure it's related.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I updated an old plugin of mine - WebGalleryOfArt.bundle
It's mostly running fine on my setup -
OpenPHT: 1.8.0
PMS: 1.18.5.2309 OS X 10.11.6
I have noticed that the text set in the summary attribute for the PhotoObject is not being displayed.
Is there something I can do?
I noticed this commit but am not sure it's related.
The text was updated successfully, but these errors were encountered: