Posts: 17
Joined: Oct 2022
Reputation:
2
Oldie1
Junior Member
Posts: 17
2023-01-09, 15:11
When dealing with Computers, KISS "Keep It Simple Stupid" Principals are a blessing!
01x05 vs S01E05
Do we really need the S & E?
Are Computers that dumb that when they see a x in the format 00x00 they don't know that the number before the x is SERIES and the number after the x is EPISODE NUMBER.
Posts: 17
Joined: Oct 2022
Reputation:
2
Oldie1
Junior Member
Posts: 17
Karellen Thanks for reply.
I am sad that the Industry standard is S00xE00, and most Databases and some Media Centre Front-Ends are reluctant to move to the simpler 00x00 format.
Some Experimental Media Centres are trying to provide a better user experience by restructuring the Info-Graphics Database & MC Front-Ends by eliminating the need for users to per-sort their media into Movies, TV, Video, Music, etc
This is great if it can be achieved in the commercial market as it allows users to have a singe Mixed Media Source.
Many TV shows have related movies, it's handy to have them all in the same source folder and for the Media Centres to be able to display and play both TV Series and Movies together
Scrapers can be developed it is believed to accommodate scraping a mixed media source.
Posts: 127
Joined: Dec 2022
I love how there's speculation on how easier it would be on the user if everything was in the same folder but absolutely no consideration for the difficulty on the programmer.
Sure, you can use fall through searches as I have already done before for limited input on limited databases but when you consider falling through millions of shows/episodes/movies in a database just to maybe find the correct one it's quite a bit more difficult.
Then, if you don't find the exact correct one the end user is going to come back and talk about how much of an ***hole you are and how rubbish your coding ability is.
As Karellen was pointing out, GIGO
https://www.techtarget.com/searchsoftwar...arbage-out
As a coder I would love if all I ever had to deal with was ID numbers, name all your files to IMDB ID numbers and it'll display everything perfect every time.
But we're not going to do that because we want human readable, key word, human. So as a coder you have to translate human to computer which means accounting for a lot of humans.
Posts: 17
Joined: Oct 2022
Reputation:
2
Oldie1
Junior Member
Posts: 17
Roidy I did note that 0x00 works fine for you, but not me!
I use the following Media Centres on w10 22H2.
Windows Media Centre
Kodi
Media Portal 2
PlayerFab
But my problem is that my 100TB of TV episodes are all 00x00 and it does not scrape in any of theses media centers correctly.
Happy Days 01x01
Seems simple but no or incorrect data is scraped.
I have tried
Happy Days - S01E01 -
Happy Days S01E01
Happy Days - 01x01 -
Nothing works, so I have given up on using these Media Centres, for TV Series, But Movies work ok
Movie Name (1989)
Emby also works great for movies, has a great similar movie listing system.
nymbwddp Great to hear from the forgotten and under appreciated programmers, the general public have no idea how difficult some tasks are with current computer systems.
All commercial media was supposed to have a unique copyright identifier something like what IMBD have with their id number system, but some countries did not agree to universal or even regional use of copyright ID's numbers, due to whos going to pay for maintaing that system.
MS are very reluctant to bring back MS-WMC for W12 in part due to the inability of Scrapers to achieve acceptable levels of accuracy.
Posts: 17
Joined: Oct 2022
Reputation:
2
Oldie1
Junior Member
Posts: 17
Thank you Karellen for your reply.
But I am just too old, an old age pensioner, and not computer savvy, my neighbors can't help, we have tried for what seems like 20 years or so, but it's never worked.
I asked MS years ago when we could not get XBMC to work to make a simple MC, that was idiot proof, MS made WMC which was ok but not brilliant.
My Video library is on about 20 small HDD's, HDD 01 worked for the very first folder being "Adventures In Paradise TV Show", but none of the others shows on the HDD.
"Happy Days" is on another HDD and kodi found nothing.
My TV Built-in PVR, and External ASUS O'PLAY Media Player plays all The TV Shows ok, so I will Give up on Media Centres ever playing TV Shows.
Posts: 1,640
Joined: Jul 2007
Reputation:
57
0x00 worked for me for the longest time and it was my primary method. Lately I've been running into issues, for example when adding the YouTube channel Lazy Game Reviews, by downloading the files and labeling them to match the TVDB. The episode titles themselves contain so many years and odd number sequences that 0x00 results in some confusion and the wrong things get considered to be 'episode numbers;.
I've moved everything to S00E00 since as that seems to be easier to read for automated systems. 0x00 worked fine for me for 10 years but I just ran into to many edge cases in the last year.