[Request] Remove the 0 prefix for single digit number. #154

Closed
opened 2025-09-30 13:51:25 +00:00 by AdityasahuX07 · 11 comments
AdityasahuX07 commented 2025-09-30 13:51:25 +00:00 (Migrated from github.com)

There is a bug can be easily fix in OTA.

The gap between hour and minutes,
Screenshot_20250930_191622_Nuvio.png

It should be look like this (TMDB catalogue),
Screenshot_20250930_191547_Nuvio.png

Edit: Remove 0 for single digit number.
Current - 2H07MIN
Want to make - 2H7MIN

Why this important , because TMDB don't use 0 prefix for single digit so it not match with home screen catalogue, match this format align with tmdb catalogue.

There is a bug can be easily fix in OTA. The gap between hour and minutes, ![Screenshot_20250930_191622_Nuvio.png](https://github.com/user-attachments/assets/dc4be885-4cf9-4612-b51b-b8b1a0648514) It should be look like this (TMDB catalogue), ![Screenshot_20250930_191547_Nuvio.png](https://github.com/user-attachments/assets/2ce3a09a-f413-4bdc-b98d-c0dd455ff244) Edit: Remove 0 for single digit number. Current - 2H07MIN Want to make - 2H7MIN Why this important , because TMDB don't use 0 prefix for single digit so it not match with home screen catalogue, match this format align with tmdb catalogue.
CrissZollo commented 2025-09-30 15:37:25 +00:00 (Migrated from github.com)

I mean it looks like you run the Nuvio application with the latest main branch. It sounds like you knowledgeable about changing the code. Why not make a PR with your changes.

I can get behind the 0 looking wrong. But I don't think the H and MIN should be together it needs a space. I don't know, it just looks ugly to me it being in one whole word.

I mean it looks like you run the Nuvio application with the latest main branch. It sounds like you knowledgeable about changing the code. Why not make a PR with your changes. I can get behind the 0 looking wrong. But I don't think the H and MIN should be together it needs a space. I don't know, it just looks ugly to me it being in one whole word.
AdityasahuX07 commented 2025-09-30 15:57:10 +00:00 (Migrated from github.com)

I mean it looks like you run the Nuvio application with the latest main branch. It sounds like you knowledgeable about changing the code. Why not make a PR with your changes.

I can get behind the 0 looking wrong. But I don't think the H and MIN should be together it needs a space. I don't know, it just looks ugly to me it being in one whole word.

I know its feels wrong not giving space between H and MIN but you can see the second screenshot is not edited its TMDB catalogue from home.

I also agree for your point to adding 0 for single digit but only I said to remove it because to match with TMDB catalogue. And dont worry its not bother too much becouse its probability is only 10 of 61 and in real world its more low.

for zero see this screenshot,

Image

I am beginner in coding usually do python.

> I mean it looks like you run the Nuvio application with the latest main branch. It sounds like you knowledgeable about changing the code. Why not make a PR with your changes. > > I can get behind the 0 looking wrong. But I don't think the H and MIN should be together it needs a space. I don't know, it just looks ugly to me it being in one whole word. I know its feels wrong not giving space between H and MIN but you can see the second screenshot is not edited its TMDB catalogue from home. I also agree for your point to adding 0 for single digit but only I said to remove it because to match with TMDB catalogue. And dont worry its not bother too much becouse its probability is only 10 of 61 and in real world its more low. for zero see this screenshot, <img width="344" height="700" alt="Image" src="https://github.com/user-attachments/assets/caea5d62-a846-4251-a617-eab72197c28a" /> I am beginner in coding usually do python.
CrissZollo commented 2025-09-30 16:33:27 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.

No problems :)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. No problems :)
oathzed commented 2025-09-30 21:37:43 +00:00 (Migrated from github.com)

I don't agree with having no space between hour and mins that doesn't make sense. Makes it harder to quickly read

I don't agree with having no space between hour and mins that doesn't make sense. Makes it harder to quickly read
oathzed commented 2025-09-30 22:10:46 +00:00 (Migrated from github.com)

@tapframe good to close. Thanks to @CrissZollo ❤️

@tapframe good to close. Thanks to @CrissZollo ❤️
AdityasahuX07 commented 2025-10-01 02:54:34 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.

No problems :)

The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data.

So,
2025 2H25MIN R imdb7.7

But when you add space its UI not looks cleaner feels like it want to show 2 different information,
2025 2H 25MIN R imdb7.7

> It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > No problems :) The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data. So, 2025 2H25MIN R imdb7.7 But when you add space its UI not looks cleaner feels like it want to show 2 different information, 2025 2H 25MIN R imdb7.7
oathzed commented 2025-10-01 02:57:37 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.
No problems :)

The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data.

So, 2025 2H25MIN R imdb7.7

But when you add space its UI not looks cleaner feels like it want to show 2 different information, 2025 2H 25MIN R imdb7.7

I understand what you mean, but that's not the correct approach. Age rating like R just needs to be put on a card with a dark grey background or have an outline around it so it separated between. And the runtime digits have H and MIN after them so you know it's part of the run time

> > It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > No problems :) > > The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data. > > So, 2025 2H25MIN R imdb7.7 > > But when you add space its UI not looks cleaner feels like it want to show 2 different information, 2025 2H 25MIN R imdb7.7 I understand what you mean, but that's not the correct approach. Age rating like R just needs to be put on a card with a dark grey background or have an outline around it so it separated between. And the runtime digits have H and MIN after them so you know it's part of the run time
AdityasahuX07 commented 2025-10-01 03:09:50 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.
No problems :)

The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data.

So, 2025 2H25MIN R imdb7.7

But when you add space its UI not looks cleaner feels like it want to show 2 different information, 2025 2H 25MIN R imdb7.7

I understand what you mean, but that's not the correct approach. Age rating like R just needs to be put on a card with a dark grey background or have an outline around it so it separated between. And the runtime digits have H and MIN after them so you know it's part of the run time

Yeah! But this is the official TMDB addon format, so when we use this [ 2025 2H25MIN R imdb7.7 ] its blends overall apps UI but whan we add the space the UI consistency breaks. And it has some where gap and some where not.

So for uniform UI consistency we should do no gap.

> > > It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > > No problems :) > > > > The gap still present my main concern was that gap between H&MIN. In that info text title bar the space show info signifi different type of data. > > > > So, 2025 2H25MIN R imdb7.7 > > > > But when you add space its UI not looks cleaner feels like it want to show 2 different information, 2025 2H 25MIN R imdb7.7 > > I understand what you mean, but that's not the correct approach. Age rating like R just needs to be put on a card with a dark grey background or have an outline around it so it separated between. And the runtime digits have H and MIN after them so you know it's part of the run time Yeah! But this is the official TMDB addon format, so when we use this [ 2025 2H25MIN R imdb7.7 ] its blends overall apps UI but whan we add the space the UI consistency breaks. And it has some where gap and some where not. So for uniform UI consistency we should do no gap.
AdityasahuX07 commented 2025-10-01 10:07:40 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.

No problems :)

Please remove that gap its cause UX inconsistency.

https://github.com/user-attachments/assets/ff8e930e-e0a2-41c1-a76f-adcda8852aa5

> It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > No problems :) Please remove that gap its cause UX inconsistency. https://github.com/user-attachments/assets/ff8e930e-e0a2-41c1-a76f-adcda8852aa5
CrissZollo commented 2025-10-01 10:41:22 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.

No problems :)

Please remove that gap its cause UX inconsistency.

https://github.com/user-attachments/assets/ff8e930e-e0a2-41c1-a76f-adcda8852aa5

I don't agree on removing the the gap. To me with no gap makes it look ugly. I rather see if I can fix the none gap.

> > It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > > > No problems :) > > Please remove that gap its cause UX inconsistency. > > https://github.com/user-attachments/assets/ff8e930e-e0a2-41c1-a76f-adcda8852aa5 > > I don't agree on removing the the gap. To me with no gap makes it look ugly. I rather see if I can fix the none gap.
AdityasahuX07 commented 2025-10-01 17:01:10 +00:00 (Migrated from github.com)

It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon.
No problems :)

Please remove that gap its cause UX inconsistency.

Screen_Recording_20251001_153411_Nuvio.mp4

I don't agree on removing the the gap. To me with no gap makes it look ugly. I rather see if I can fix the none gap.

Indeed, The gap should be present for batter readability.

> > > It should be the same everywhere so I will have to look into it. Maybe the code is a bit spread. I'll maybe have a fix for it soon. > > > No problems :) > > > > > > Please remove that gap its cause UX inconsistency. > > > > > > > > > > > > Screen_Recording_20251001_153411_Nuvio.mp4 > > I don't agree on removing the the gap. To me with no gap makes it look ugly. I rather see if I can fix the none gap. Indeed, The gap should be present for batter readability.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: Creepso/NuvioStreaming_backup_24-10-25#154
No description provided.