NextPVR Forums
  • ______
  • Home
  • New Posts
  • Wiki
  • Members
  • Help
  • Search
  • Register
  • Login
  • Home
  • Wiki
  • Members
  • Help
  • Search
NextPVR Forums Public NextPVR Support Linux v
« Previous 1 … 30 31 32 33 34 Next »
Channel icons and a few misc observations

 
  • 0 Vote(s) - 0 Average
Channel icons and a few misc observations
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#1
2019-08-27, 05:33 PM
sub,

Let me start with a big thanks for the work you have done on V5 and the Linux version specifically! Once I got it running from the .Deb installer with Martin's help it's been pretty solid.
I'm running it in a headless FreeNAS VM on Ubuntu 18.04 server behind a Apache reverse proxy and it's working very well so far. The recordings are done to a NFS share on the NAS and that's been flawless too. For me, NPVR is 99.9% a back-end and I manage setting and deleting recordings etc from the web UI on desk/laptop. Kodi on Raspberry Pis aoround the house is the default front end for watching TV and recordings on the TVs. My usage is probably a bit different form the average so I thought I'd mention it to give context to some of my comments below.

Anyhow, I've been playing around and tweaking it a bit and I have a question on the channels icons. In V4 all we had to do was drop user created channel icons into the "Channels" folder and V4 picked them up. I found a old post mentioning a ".NPVR-data" folder in V5 but I haven't been able to find it. So my question is; can we use user made channel icons at this point and if so were would they be placed?

Also, is there some way to inactivate a given tuner/device? Not sure if this is a big deal, but I'm testing with 2 HDHR device (3 tuners each) and trying to limit V5 to only 1 device. I want to limit it so the other device is available for V4 all the time which is my production unit so to speak. Or maybe it's not a issue? Though both devices and all 6 tuners show up, I only have channels mapped to 1 of the HDHRs. Just don't want to mess up V4 and miss a recording which would chap LOML to no end...

On another note: I know its a work in progress and you're busy with the big stuff in the back end code, but here's a few things I've found so far in the web UI that you may or may not be interested in exploring when you got to the polishing stage:

settings.html
Schedules Direct user name and password are designated as "password" in the html and auto fill when using a password manager. It auto fills the default NPVR password and then dorks up the schedules direct log-in as the /user/password is automatically saved. Maybe make it so the user has to click a save button to actually update the fields? With the exception of the main log-in page (which should), the other settings pages don't auto fill. As it is now, I have to disable my password manager whenever I go into the page which is kinda a pita.


Importing recurring-backup.xml
Only recurring recordings are imported, any future scheduled on-off recordings are not. Maybe this is intentional? Would be nice to import all future recording or if not then a warning. Not that it's probably used more than once when a user moves from V4 to V5, but it was a "gotcha" for me anyhow.


scheduler.html
Ability to sort pending and recurring recordings alphabetically and by date

Consider making the pending recordings screen a little more user friendly for desktops. I haven't tried a mobile device so i'm not sure how it looks on there.
Maybe:
Move the delete "X" to the far left side
move the time and date to the left hand side
Move the channel name to the end of the date/time
Add *NEW* designation to pending recordings

ON the "recurring" maybe change the delete "X" into the trashcan icon like many of the other pages and move it to the left side to make it a little more user friendly, at least for desktops.

Here's the current
[ATTACH=CONFIG]47475[/ATTACH]

And here's maybe something that might work better. No I didn't program it, it a MSpaint job. I'm in no way a programmer, that stuff might as well be written in mandarin chinese! My specialty is breaking stuff, if you want it stress tested, I'm your guy Smile

[ATTACH=CONFIG]47476[/ATTACH]

search.html
Add *new* designation in description in search results
Add ability to save searches like V4
Add ability to add padding etc like V4


scheduler.html
Pending recordings
Not able to modify all Recordings, recordings scheduled by recurring are modifiable. Recordings scheduled as a one off can't be modified.
Add pre and post padding to the times


channels.html
Channels page listing has too much vertical padding pushing the wording out of the boxes at least on a desktop, but as I mentioned, I have not used it on a mobile device.
[ATTACH=CONFIG]47474[/ATTACH]

recordings.html
The "all recordings" pull down shows upcoming recordings as expected but the "all recordings (list)" is only showing a "in progress" recording as of this moment.

Just some mussings for you to mull over and again, thanks for the efforts!
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,898
Threads: 955
Joined: May 2006
#2
2019-08-27, 05:51 PM
For the deb installer user files are in /var/opt/nextpvr To simplify maintenance you can run sudo -u nextpvr bash to get a shell with the correct permissions.

Martin
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#3
2019-08-27, 07:27 PM
snagglewest Wrote:channels.html
Channels page listing has too much vertical padding pushing the wording out of the boxes at least on a desktop, but as I mentioned, I have not used it on a mobile device.
[ATTACH=CONFIG]47474[/ATTACH]
What browser are you using (and Linux/Windows)? That font looks terrible. It also seems to be a factor in your text not sitting where it should. This is pretty much what I see on Chrome/Edge/Firefox on Windows:
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#4
2019-08-27, 08:02 PM
Thanks. Now that I have the icons in the correct folder what do I need to do to get them to show up? I don't see a setting anywhere in the UI.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#5
2019-08-27, 08:08 PM
Sub, that was from Chrome on windows. just checked with Firefox on windows and it looks correct. Linux seems to be ok.
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#6
2019-08-27, 08:27 PM
snagglewest Wrote:Thanks. Now that I have the icons in the correct folder what do I need to do to get them to show up? I don't see a setting anywhere in the UI.
Just restart NextPVR, and they should show up.
sub
Offline

Administrator

NextPVR HQ, New Zealand
Posts: 106,680
Threads: 767
Joined: Nov 2003
#7
2019-08-27, 08:28 PM
snagglewest Wrote:Sub, that was from Chrome on windows. just checked with Firefox on windows and it looks correct. Linux seems to be ok.
Weird. Chrome here on Windows looks great. Is the zoom size something other than 100%? Does pressing Ctrl-F5 help?
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#8
2019-08-27, 08:42 PM (This post was last modified: 2019-08-27, 08:54 PM by snagglewest.)
Zoom is 100% and F5 didn't change anything. The channel icons aren't showing up, even after a reboot. I'm guessing this might have something to do with it? I should note they never worked, even when I tried the schedules Direct icon download.

Code:
2019-08-27 16:32:46.308    [ERROR][6]    Unexpected error loading channel icon: System.TypeInitializationException: The type initializer for 'Gdip' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'libdl' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: liblibdl: cannot open shared object file: No such file or directory
   at Interop.Libdl.dlopen(String fileName, Int32 flag)
   at System.Drawing.SafeNativeMethods.Gdip.LoadNativeLibrary()
   at System.Drawing.SafeNativeMethods.Gdip..cctor()
   --- End of inner exception stack trace ---

[ATTACH=CONFIG]47479[/ATTACH]
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
snagglewest
Offline

Senior Member

VA USA
Posts: 361
Threads: 60
Joined: Jul 2011
#9
2019-08-28, 03:12 PM
For those playing along at home and running a Ubuntu 18.04 LTS server, you need to install libc6-dev and reboot in order to get your channel icons to appear.

Code:
sudo apt install -y libc6-dev
NextPVR V6.1.5.231022 - Ubuntu 22.04 VM / 4 core / 8Gb memory
HDHR Prime X2 / HDFX-2 /Schedule Direct / 2X Pi4 + & 3X Pi3 LibreELEC Kodi clients
Server - TrueNAS/ SuperMicro MBD-X10SL7-F MB / Xeon E3-1246 / 32Gb Unbuffered ECC / 8 X 4TB RAIDZ2
mvallevand
Online

Posting Freak

Ontario Canada
Posts: 52,898
Threads: 955
Joined: May 2006
#10
2019-08-28, 03:21 PM
Hm I wonder what is being taken from that library? I took that dependency out of the deb installer.

Martin
« Next Oldest | Next Newest »

Users browsing this thread: 1 Guest(s)



Possibly Related Threads…
Thread Author Replies Views Last Post
  Extra - {channel} argument not working? blitz2kx 2 549 2024-06-11, 03:54 PM
Last Post: blitz2kx
  BBC Four HD missing from Channel scan - Astra 28.2E Heifer 12 2,147 2024-03-03, 01:49 PM
Last Post: mvallevand
  HDHomerun channel scan not working WagMan 2 731 2023-12-06, 02:38 PM
Last Post: mvallevand
  Different Errors depending on channel (no tuner found/transcoding Error) idefixrc 3 806 2023-11-21, 12:45 PM
Last Post: mvallevand
  Australian IPTV Channel 10 refusing "VLC/2.2.6 LibVLC/2.2.6" header Leigh 1 756 2023-10-23, 11:46 AM
Last Post: mvallevand
  No regions or auto-detect in channel scan Paul_G 1 577 2023-08-04, 02:03 PM
Last Post: mvallevand
Photo Copy Channel Lineup in Linux boukmandutty 11 1,650 2023-06-15, 06:53 PM
Last Post: mvallevand
  How can I change the displayed channel name? Deihmos 13 2,715 2023-01-17, 01:35 PM
Last Post: mvallevand
  Current extras tuner process not stopped when recording on another channel is schedul greatwhitenorth 4 1,006 2022-12-04, 09:37 PM
Last Post: greatwhitenorth
  channel updates superray2 1 820 2022-12-02, 05:18 PM
Last Post: sub

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:

© Designed by D&D, modified by NextPVR - Powered by MyBB

Linear Mode
Threaded Mode