546
edits
Epoximator (talk | contribs) No edit summary |
Epoximator (talk | contribs) No edit summary |
||
Line 19: | Line 19: | ||
An alternative would be to use the language options in the [[profile]]. | An alternative would be to use the language options in the [[profile]]. | ||
=== [[UDP_API_Definition#EPISODES:_Retrieve_Episodes_Data|EPISODES]] === | === [[UDP_API_Definition#EPISODES:_Retrieve_Episodes_Data|EPISODES]] === | ||
Line 64: | Line 60: | ||
== Mylist Commands == | == Mylist Commands == | ||
=== MYLISTADD: Add file to mylist === | === MYLISTADD: Add file to mylist === | ||
Line 90: | Line 72: | ||
'''Notes:''' | '''Notes:''' | ||
* The lid of the added file is written in the reply only in case just one file was added. ''Actualy, if many files were added, there lid's would by useless to client because it wouldn't know the correspondence between lid's and files.'' | * The lid of the added file is written in the reply only in case just one file was added. ''Actualy, if many files were added, there lid's would by useless to client because it wouldn't know the correspondence between lid's and files.'' | ||
== Notify Commands == | == Notify Commands == | ||
Line 164: | Line 143: | ||
* prevent the server from unintentionally sending unencrypted data to a client, i.e. notifications. (no more dropping of encryption on decryption failure) | * prevent the server from unintentionally sending unencrypted data to a client, i.e. notifications. (no more dropping of encryption on decryption failure) | ||
=== USERLIST : Retrieve Mylist Data of a specified user [<span style="color:red">rejected</span>] === | === USERLIST : Retrieve Mylist Data of a specified user [<span style="color:red">rejected</span>] === | ||
Feature Request: The purpose is for a client I want to make, which will essentially be a more user friendly method of viewing and manipulating the view of a user's list. Sort by various categories and so on. I would like to be able to view and browse a specified user's list just as I can with the web interface | |||
Feature Request | |||
Probably best implemented to behave just like the mylist commands. | Probably best implemented to behave just like the mylist commands. |
edits