The older Surface Pro, including mine, were x64. The latest models are Snapdragon.
@jtanderson I tried testing adding touch gestures to it locally and it broke a few mouse click events. I will set up a development repo and work on adding touch screen support where I don’t break anything in the main repo. Once I get that working correctly, I’ll merge it to the main repo
Don't rush into anything on my account. I would, at most, be a casual user.
I may have missed this. Can I watch a recording as it is being recorded?
I did not attempt to view as recording. If Channels DVR allows you to stream it while it is recording you can, but I do not have a large enough buffer built into Nucleus to do time shifting on live tv. I will add that in a future release, but as of now, live tv time shifting is not supported.
What about picking the recording (being recorded) to watch, instead of the live channel being recorded?
Channels DVR allows that and so does DVRDesk.
Yes, what chDVRuser said. I am not looking to time shift live tv, only recordings.
If not this is fine.
Your program work great, thank you for sharing.
I'll look into the endpoints being used. Thanks
this might be a dumb question, but is this a replacement for Feral?
Yes. I switched to MPV as the player and plan on moving forward with this one. I will see what the next version of VLC offers and decide on the future of Feral. VLC is supposed to be rolling the new version out this year.
While I'm here, I have added a new section for recorded/recording content for the next release. It lets you delete and watch recordings live.
I don't have a lot of content in my Library or Playlists. If someone could provide me with a couple of endpoints, /api/v1/collections and /api/v1/playlists. I don't need the entire response, just a few examples with an assortment of "collection_type" in the collections and just a few playlists. Thanks.
Here you go:
[
{
"id": "72",
"collection_type": "movies",
"name": "Movies - Jaroline - All (By Duration)",
"image_url": "http://dvr-nexus-world-x.local:8089/dvr/uploads/23/content",
"labels": [
"User: Jaroline"
],
"content_count": 349,
"last_watched_at": 1781834939930,
"created_at": 1648648137946,
"updated_at": 1783108494832
},
{
"id": "88",
"collection_type": "shows",
"name": "Shows - Jaroline - All (By Recent Update)",
"image_url": "http://dvr-nexus-world-x.local:8089/dvr/uploads/24/content",
"labels": [
"User: Jaroline"
],
"content_count": 249,
"last_watched_at": 1783033270114,
"created_at": 1648652070822,
"updated_at": 1783033270152
},
{
"id": "73",
"collection_type": "movies",
"name": "Movies - Jaroline - Animals",
"image_url": "http://dvr-nexus-world-x.local:8089/dvr/uploads/18/content",
"labels": [
"User: Jaroline"
],
"content_count": 81,
"last_watched_at": 1781834939930,
"created_at": 1648648637966,
"updated_at": 1783108494905
},
{
"id": "89",
"collection_type": "shows",
"name": "Shows - Jaroline - Animals",
"image_url": "http://dvr-nexus-world-x.local:8089/dvr/uploads/18/content",
"labels": [
"User: Jaroline"
],
"content_count": 40,
"last_watched_at": 1757032525399,
"created_at": 1648652382783,
"updated_at": 1782936000935
},
Thank you. I assume it doesn't change that much from shows or movies?
Never mind, I just looked on the server API for the Library Collections and saw those are the only options. Thanks .
I have a couple of cool updates coming later this week. Collections library and a Binge button.View and play your Collections with a new button to binge watch the collections with one click. I added the Binge button to the Shows as well. You should be able to start from the 1st and be prompted to watch next when done with each episode/movie. It still needs fine tuning and to work the bugs out.
v1.1.8 will not launch on my Windows 11 laptop. v1.1.7 has no issue, nor do I have any issues on my Windows 10 desktop with v1.1.8. Is there something I can send you so you can perhaps see what's happening?
I have 1.1.9 pretty much ready to release. Let me put it together and I'll release it as soon as my baby grand daughter is done with me. If you still have problems, we will go from there.
works for me on win 11 insider beta.
Try this release and see if that fixes the crash.
1.1.9 works great.
suggestion: put the build number in the upper right of the home screen, or in settings or something. there is no way tell if it updated correctly.