[tellico] [Bug 396211] Plot summary does not alway work

2018-08-24 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

Robby Stephenson  changed:

   What|Removed |Added

  Latest Commit||https://commits.kde.org/tel
   ||lico/714874e03c610682b3e841
   ||92a2f61297a6fcab75
 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |FIXED
   Version Fixed In||3.1.3

--- Comment #12 from Robby Stephenson  ---
Git commit 714874e03c610682b3e84192a2f61297a6fcab75 by Robby Stephenson.
Committed on 25/08/2018 at 00:33.
Pushed by rstephenson into branch '3.1'.

Include multiple content elements from Amazon fetcher for movie plots
FIXED-IN: 3.1.3

M  +4-0ChangeLog
M  +6-1xslt/amazon2tellico.xsl

https://commits.kde.org/tellico/714874e03c610682b3e84192a2f61297a6fcab75

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-08-24 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #11 from Robby Stephenson  ---
(In reply to Joachim from comment #8)
> Got it, thank you! 
> 
> Also did some German related optimization (e.g. the FSK rating). 
> 
> Except that the plot isn't available via Amazon sometimes (I checked it with
> the scratchpad) all works like a charm and I was able to learn some XSLT :-) 
> 
> I think you can close this Bug because it really isn't one. Perhups you can
> overtake the changes to the plot element in a future version. 
> 
> Thanks for your great support!

I'm interested in improving the FSK support. If you can send me or post them
here, I'll include them in next release.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-08-01 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #10 from Robby Stephenson  ---
(In reply to Joachim from comment #9)
> A further question to entry update via Amazon: what's the search criteria?
> Can I change it?

For books, it uses the ISBN if possible, followed by a title/author or
title/artist search, followed by just title, and then tries to choose the best
match out of all those.

It's not changeable without editing the code and recompiling.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-30 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #9 from Joachim  ---
A further question to entry update via Amazon: what's the search criteria? Can
I change it?

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-18 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #8 from Joachim  ---
Got it, thank you! 

Also did some German related optimization (e.g. the FSK rating). 

Except that the plot isn't available via Amazon sometimes (I checked it with
the scratchpad) all works like a charm and I was able to learn some XSLT :-) 

I think you can close this Bug because it really isn't one. Perhups you can
overtake the changes to the plot element in a future version. 

Thanks for your great support!

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-16 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #7 from Robby Stephenson  ---
(In reply to Joachim from comment #6)
> How can I use custom fields and update it with Amazon data? I created a
> cusotm field named "EAN" in Tellico. The EAN code is submitted in the XML
> structure from Amazon. How to update the cusom field with the content of the
> according XML element? Nothing I tried did work.

With your collection that has the custom EAN field in it, export to an XML and
find the  line in it. Copy that to your
amazon2tellico.xsl file up in the beginning within the  element. Then
add 
 somewhere in the Item template.

Does that make sense?

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-16 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #6 from Joachim  ---
(In reply to Joachim from comment #5)
> Thank you! But
> 
>
> 
> did not work for me. It perfectly inserts a new line in the plot at "change
> entry" but this linebreak is not shown in the main window. I played a bit
> around and 
> 
>  
> 
> helped.


How can I use custom fields and update it with Amazon data? I created a cusotm
field named "EAN" in Tellico. The EAN code is submitted in the XML structure
from Amazon. How to update the cusom field with the content of the according
XML element? Nothing I tried did work.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-16 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #5 from Joachim  ---
Thank you! But

   

did not work for me. It perfectly inserts a new line in the plot at "change
entry" but this linebreak is not shown in the main window. I played a bit
around and 

 

helped.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-15 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #4 from Robby Stephenson  ---
(In reply to Joachim from comment #3)
> Hi, 
> I think the plot can be in two segments of the XML structure. I did the
> following changes in amazon2tellico.xsl: 
> 
>
> 
>   select="aws:EditorialReviews/aws:EditorialReview[1]/aws:Content"/>
> 
> 
> 
> Changed it to 
> 
>
> 
>   select="aws:EditorialReviews/aws:EditorialReview[2]/aws:Content"/>
>   select="aws:EditorialReviews/aws:EditorialReview[1]/aws:Content"/>
> 
> 
> And now I can get both plots. Is there a possibility to add e.g. linebreak
> between the two plots? I tried it with  but this did not help.

Try this:


 
  
   
 
 


-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-15 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #3 from Joachim  ---
Hi, 
I think the plot can be in two segments of the XML structure. I did the
following changes in amazon2tellico.xsl: 

   

 



Changed it to 

   

 
 


And now I can get both plots. Is there a possibility to add e.g. linebreak
between the two plots? I tried it with  but this did not help.

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-09 Thread Joachim
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #2 from Joachim  ---
Emaild just two examples directly to you

-- 
You are receiving this mail because:
You are watching all bug changes.

[tellico] [Bug 396211] Plot summary does not alway work

2018-07-08 Thread Robby Stephenson
https://bugs.kde.org/show_bug.cgi?id=396211

--- Comment #1 from Robby Stephenson  ---
Is this just for amazon.de? I don't have a current access ID for Amazon Germany
to test...

Could you possibly go to https://webservices.amazon.com/scratchpad/index.html#
Select ItemSearch on the left, change marketplace to Germany, enter all your
information, along with the search term (such as Diabolical) in the keyword
box, and do "Run Request" ? If that works, inside the Response box, select the
"XML" tab and either comment here (remove your access information first) or
email to me directly..

-- 
You are receiving this mail because:
You are watching all bug changes.