Posts: 63
Joined: May 2023
Reputation:
1
What would a good example of the folder and naming convention of and Australian National Rugby League game?
Currently I have:
F:/SPORTS/Australian National Rugby League/Season 2023/Australian National Rugby League.20230513.Raiders vs Eels.special.mkv
Id love to be able to use rounds if possible. As it is now, it is scraping the show. But no episodes populate.
Posts: 63
Joined: May 2023
Reputation:
1
I added hyphens in between the dates, periods instead of all spaces. And I added the city names to the teams. So... :
F:/SPORTS/Australian National Rugby League/Season 2023/Australian.National.Rugby.League.2023-05-13.Canberra.Raiders.vs.Parramatta.Eels.mkv
It is populating a game now. But it's the wrong game. I think it's from the same date but a different game with different teams.
Posts: 63
Joined: May 2023
Reputation:
1
With assiduously added to the filename it still adds the same incorrect game.
F:/SPORTS/Australian National Rugby League/Season 2023/Australian.National.Rugby.League.2023-05-13.Canberra.Raiders.vs.Parramatta.Eels.mkv
Posts: 63
Joined: May 2023
Reputation:
1
With special added to the filename it still adds the same incorrect game.
F:/SPORTS/Australian National Rugby League/Season 2023/Australian.National.Rugby.League.2023-05-13.Canberra.Raiders.vs.Parramatta.Eels.special.mkv
Posts: 63
Joined: May 2023
Reputation:
1
Yep... That did it. I was so close! Cheers!
Posts: 63
Joined: May 2023
Reputation:
1
I'm writing a script to rename files to work with these naming conventions. Is there any way to use the rounds instead of the date in sportsdb? I noticed that there are rounds "r11" on the site. I am currently adding the CreationTime in yyyyMMdd format. But if I'm adding something from the past it will still add this date to it as that's the date the file was created. All told this is my first time trying anything like this. OpenAI is helping. If you'd like to see the script I'd be happy to upload.
Posts: 57
Joined: Jun 2023
Reputation:
2
I have an issues with scraping MMA events using the scraper. The issue is having multiple events on the same day (hello special tag!) that are not listed on the scraper (I know I can add them). Specifically UFC/Bellator that have separate fils for Prelims, Early Prelims, Main card. The scraper just lists the event once. All files will get scrapped correctly, but in Kodi I see 3 entries fo the same event. Stacking in Kodi settings does nothing here. I have to add 'e' 'p' 'ppv' to the end of the file name so that Kodi list them in order.
Any suggestions on how to handle this?