-
Notifications
You must be signed in to change notification settings - Fork 374
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If media has no season try to extract it from title for folder structure #747
If media has no season try to extract it from title for folder structure #747
Conversation
@phunkyfish Hi. Have you been able to resolve this error? I would still like to test if possible. Many thanks. |
So the reason I couldn't test this feature was a bug in the media meta data which is now fixed. There is a bit of work needed for this to work properly so will take a look in the next week or two. |
Many thanks.
…________________________________
From: phunkyfish ***@***.***>
Sent: Wednesday, October 25, 2023 11:03:33 PM
To: kodi-pvr/pvr.iptvsimple ***@***.***>
Cc: berkhornet ***@***.***>; Comment ***@***.***>
Subject: Re: [kodi-pvr/pvr.iptvsimple] If media has no season try to extract it from title for folder structure (PR #747)
So the reason I couldn't test this problem was a bug in the media meta data which is now fixed.
There is a bit of work needed for this to work properly so will take a look in the next week or two.
—
Reply to this email directly, view it on GitHub<#747 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQFFLX2CBYUFS564S6AMBJDYBGEDLAVCNFSM6AAAAAAXMTGGVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBQGEYTSNJXG4>.
You are receiving this because you commented.Message ID: ***@***.***>
|
660d1ec
to
20b4981
Compare
20b4981
to
42fb10d
Compare
@berkhornet can you try these test builds? |
@phunkyfish I tested by selecting two groups named "KODI MOVIES" and "S: Mystery". "KODI MOVIES" contained five Indiana Jones movies; "S: Mystery" contained 38 tv shows with varying numbers of seasons and episodes. My first test had the setting "Use M3U Group Name In Path" set to "Always". The five movies were grouped under "KODI MOVIES" but none of the TV shows were listed. My second test had the setting "Use M3U Group Name In Path" set to "When no media-dir is present". As above, the five movies were grouped under "KODI MOVIES" but none of the TV shows were listed. My third test had the setting "Use M3U Group Name In Path" set to "Never". This time the TV shows were shown and correctly grouped. However, the five movies were not grouped under "KODI MOVIES" but listed separately. So the grouping by extracting season from media title works, but other automatic grouping doesn't. I guess one way round this would be to have Movies and TV shows in separate instances of the addon if this couldn't be resolved any other way. Many thanks for progressing this feature |
Can you provide a test M3U and clearly explain what the output you would like is? This PR us just to try and get the season grouping working. The detail you provide on what you expect to see is important as it will allow me to figure out what is working and what is it, |
Of course, let me pull together a sample file. I will get back to you. |
@phunkyfish please find attached a test m3u file and a text file detailing the expected output. Many thanks. I had to give the m3u file the extension .txt to allow upload. |
Ok, I can reproduce what you see with your data. For some reason In my simple example it works. I wonder if it's something related to forcing M3U entries as media. |
Good to know we’re getting the same results - removes any issues due to differences in configuration etc.
…________________________________
From: phunkyfish ***@***.***>
Sent: Friday, October 27, 2023 12:16:16 PM
To: kodi-pvr/pvr.iptvsimple ***@***.***>
Cc: berkhornet ***@***.***>; Mention ***@***.***>
Subject: Re: [kodi-pvr/pvr.iptvsimple] If media has no season try to extract it from title for folder structure (PR #747)
Confirmed it's nothing to do with forcing the M3U Entries as media. I added Media="True" to each line in the file you sent me. Same output:
[Screenshot 2023-10-27 at 12 14 05]<https://user-images.githubusercontent.com/4601187/278625435-11fa9cc2-0af4-4641-87e2-15b000fc2b9b.png>
[Screenshot 2023-10-27 at 12 14 15]<https://user-images.githubusercontent.com/4601187/278625462-0ee9dd97-a5ba-409e-ab8f-4d14b12be2c6.png>
—
Reply to this email directly, view it on GitHub<#747 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AQFFLXZYFSFCP774S2KO6Q3YBOJYBAVCNFSM6AAAAAAXMTGGVCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTOOBSG4ZTMOBQG4>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
42fb10d
to
6bdf141
Compare
Ok, this was a bug in Kodi itself. Should be a fix out in the next couple of days. On Nexus you will need to use a nightly build as I don't know when/if there will be another point release. |
Many thanks. All working fine. A great feature. |
v20.12.0