Skip to content
New issue

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

missing photo summary #320

Open
jdevoo opened this issue Feb 2, 2020 · 0 comments
Open

missing photo summary #320

jdevoo opened this issue Feb 2, 2020 · 0 comments

Comments

@jdevoo
Copy link

jdevoo commented Feb 2, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant