changes to my data
I am almost sure I would not be allowed to do this, but I wanted to toss this out there, maybe to find out how or to suggest a future feature of sorts....
I want to do some list modifications to my data. Without going into great detail, I could quickly write a few lines of SQL and get some really cool stuff done, for my purposes that is. Is this possible?
I will use an example so it is understood. I want to add to list "movie master" all movies that are in my collection.
I know you would never, I think, allow end users to manipulate the data in this way, but one concept of this would be a graphical point and click SQL generator and executor. So, I could for example select entities that are "movie" and contained in "collection" and tell it to "add to" list "movies".
Hope that makes sense and you see the reasoning behind the question and its use to the user.

Please see comments, recommended to use API.
-
thwaller commented
Yeah... my only issue with the API method is that it is faster to just manually make the changes when looking at a scope of just me. Your reply makes sense, no argument here. I will look and decide for myself. Thanks!
Can you close this, it no longer needs to be open, I believe your answer solved the question.
-
AdminJustin (Founder, Trakt) commented
The Trakt API is the best way to do this. It supports all the methods to read and write your data as needed. I don't envision creating a graphical way to do this since it seems pretty complicated and the API is perfect for these advanced use cases.