Project

General

Profile

webinterface - entries per page

Added by a schwarz over 10 years ago

Hi,

In the web interface / video recorder tab, there are only shown 10 entries per page. That's half of my screen :-)

Is there any configuration file where this can be raised to 30 entries per page or more?

I looked through the structure in /home/hts/.hts/tvheadend but could not find any corresponding configuration.

Regards,
exae


Replies (2)

RE: webinterface - entries per page - Added by Prof Yaffle over 10 years ago

Isn't it 20?

Anyway, I think it's this in dvr.js (in /usr/share/tvheadend/src/webui/static/app - on 'buntu, at least):

bbar : new Ext.PagingToolbar({
    store : dvrStore,
    pageSize : 20,
    displayInfo : true,
    displayMsg : 'Programs {0} - {1} of {2}',
    emptyMsg : "No programs to display" 
})

You can edit this live, since it's javascript and so isn't compiled in - try changing pageSize and refreshing the window (you may need to also reload the store with the refresh button at the bottom of the webui window).

Note that this changes all of the recording tabs- "upcoming", "finished" and "failed" - as it's generic code to all of them.

RE: webinterface - entries per page - Added by a schwarz over 10 years ago

great, thanks, that's it!

regards,
exae

    (1-2/2)