[Request] Remove the 0 prefix for single digit number. #154
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: Creepso/NuvioStreaming_backup_24-10-25#154
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
There is a bug can be easily fix in OTA.
The gap between hour and minutes,

It should be look like this (TMDB catalogue),

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.
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,
I am beginner in coding usually do python.
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 :)
I don't agree with having no space between hour and mins that doesn't make sense. Makes it harder to quickly read
@tapframe good to close. Thanks to @CrissZollo ❤️
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.
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.
Indeed, The gap should be present for batter readability.