by hawke663 » Thu Feb 09, 2012 8:26 pm
at the moment there are a total of 27896 links stored for 8381 movies in the database, at the time of "collecting" the links the quality was not added to the db, so it would mean going thru each link and finding the quality (altho anything prior 2011 should be dvdrip) once i code the link addition for users to add links to the central db i will include a qualitry dropdown. so it will then be stored.
as for the link dead or not, im still coding the link checker to run via a cron job, tho from my understanding, the url resolvers should also catch that, Bstrdsmkr can correct me if im wrong here but in his 1channel plugin, he doesnt include any links that the urlreslvers couldnt resolve, this is done before teh link dialog is shown to the user, so using that system dead links would never be added to the link dialog (tho knowing my luck im probably wrong lol)
im also adding a "report" function to the api, so if a link doesnt work via xbmc they have a report option shown on the tv, which can be checked (eventually by the cron job) and if found working reprt flag removed, and if found dead, then link removed from db.
also if the report function works via a plugin, would also like to add a view count option to it (so when a link is viewed via plugin, the plugin would call api/addview/{video_id}, and possibly a rating for link source.
Hawke