amauriaces / mp-onlinevideos2

Automatically exported from code.google.com/p/mp-onlinevideos2
0 stars 0 forks source link

Enhancement: Page size #25

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Some sites have option for page size. Since this is most likely skin
related setting (page size should be the same with possible facade items
count when there is no scrolling), it would be nice if that is no longer
site option but global option or even better the skin option, for example
<define> in myonlinevideos.xml..

Original issue reported on code.google.com by mitja.skuver on 21 Apr 2010 at 3:10

GoogleCodeExporter commented 9 years ago
This has nothing to do with the skin. Websites sometime provide an API that 
allows 
to specify the number of items to retrieve with one call. But most sites don't 
do 
that, they have their static html pages with a given number of videos and those 
are 
parsed. That's why there is no unified solution to this.

Original comment by bborgsd...@gmail.com on 21 Apr 2010 at 6:42

GoogleCodeExporter commented 9 years ago
I understand all that.. 

But, since there is a possibility to specify number of results per page on some
sites, i was just thinking it would be good for that number to match possible 
skin
facade items with no scrolling.. That's all.. Now that i think of it more, 
facade is
not just list view so there is no way to correctly specify the page size for 
skin.
You could specify page size for list view only or small thumb view but it would 
not
match other views.. So.. forget it :)

Original comment by mitja.skuver on 21 Apr 2010 at 7:35