home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Anime plugin
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="bert_r" data-source="post: 402958" data-attributes="member: 90426"><p>Thank you for posting your source! I will see if I can fix/implement some of these issues.</p><p>Should I just release a version myself, or should I send the modifications to you, and let you handle it?</p><p></p><p>Some remarks regarding your answers:</p><p></p><p>Does this have such a large impact? Judging from what I can see in the sources you posted (thank you for that!), you are already caching the file statuses. So normally the performance hit would be very small (certainly after you have focused an item once, then the data should be definitely cached). </p><p></p><p></p><p></p><p>From reading the AniDB UPD API definition, I would think it's possible:</p><p>[CODE]MYLIST: Retrieve Mylist Data </p><p>Reply: 221 MYLIST {int4 lid}...{int4 viewdate}...[/CODE]</p><p> -> I believe that the viewdate will be 0 (or something else invalid) when you didn't view it.</p><p></p><p>[CODE]MYLISTADD: Add file to mylist</p><p>...</p><p>Each command listed can have, in addition, a number of optional components to provide further MyList details. Append these as desired.</p><p> ...</p><p> * &viewed={boolean viewed}</p><p> * &viewdate={int4 viewdate} </p><p> ...</p><p>edit=1 can be included to edit a mylist entry instead of creating a new one.</p><p>When editing, optional values that are not supplied retain their original value.</p><p>That is, they are not replaced with default or empty values. Only values supplied are updated. [/CODE]</p><p> -> So you would have to 'add' the file again, and only specify the {viewed} and {viewdate} parameters</p><p></p><p></p><p>One other thing: the 'Test' strings I can see sometimes is caused by the skinfiles: some default labels are '<label>Test</label>', so if you don't set a value in code you'll see 'Test'.</p></blockquote><p></p>
[QUOTE="bert_r, post: 402958, member: 90426"] Thank you for posting your source! I will see if I can fix/implement some of these issues. Should I just release a version myself, or should I send the modifications to you, and let you handle it? Some remarks regarding your answers: Does this have such a large impact? Judging from what I can see in the sources you posted (thank you for that!), you are already caching the file statuses. So normally the performance hit would be very small (certainly after you have focused an item once, then the data should be definitely cached). From reading the AniDB UPD API definition, I would think it's possible: [CODE]MYLIST: Retrieve Mylist Data Reply: 221 MYLIST {int4 lid}...{int4 viewdate}...[/CODE] -> I believe that the viewdate will be 0 (or something else invalid) when you didn't view it. [CODE]MYLISTADD: Add file to mylist ... Each command listed can have, in addition, a number of optional components to provide further MyList details. Append these as desired. ... * &viewed={boolean viewed} * &viewdate={int4 viewdate} ... edit=1 can be included to edit a mylist entry instead of creating a new one. When editing, optional values that are not supplied retain their original value. That is, they are not replaced with default or empty values. Only values supplied are updated. [/CODE] -> So you would have to 'add' the file again, and only specify the {viewed} and {viewdate} parameters One other thing: the 'Test' strings I can see sometimes is caused by the skinfiles: some default labels are '<label>Test</label>', so if you don't set a value in code you'll see 'Test'. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
My Anime plugin
Contact us
RSS
Top
Bottom