Merge development into main
- Resolved conflicts in src/logo_downloader.py: - Combined NCAA hockey endpoint with soccer league endpoints - Updated directory mappings to use ncaa_logos for NCAA sports - Added support for multiple soccer leagues (Premier League, La Liga, etc.) - Resolved conflicts in src/ncaa_fb_managers.py: - Combined immediate fetch approach with background fetch strategy - Maintained both immediate response and comprehensive data fetching - Preserved caching functionality for improved performance - Includes all development branch features: - Soccer league support with team logos - Enhanced NCAA football data fetching - Improved logo downloader with multiple league support - Updated wiki documentation and configuration
@@ -755,6 +755,20 @@ MLB Conferences/Divisions
|
||||
OAK => Oakland Athletics
|
||||
SEA => Seattle Mariners
|
||||
TEX => Texas Rangers
|
||||
|
||||
Soccer Leagues:
|
||||
LEAGUE_SLUGS = {
|
||||
"eng.1": "Premier League",
|
||||
"esp.1": "La Liga",
|
||||
"ger.1": "Bundesliga",
|
||||
"ita.1": "Serie A",
|
||||
"fra.1": "Ligue 1",
|
||||
"uefa.champions": "Champions League",
|
||||
"uefa.europa": "Europa League",
|
||||
"usa.1": "MLS",
|
||||
"por.1": "Liga Portugal", # Add this line
|
||||
}
|
||||
|
||||
Soccer - Premier League (England)
|
||||
ARS => Arsenal
|
||||
AVL => Aston Villa
|
||||
@@ -886,6 +900,24 @@ Soccer - Champions League
|
||||
VFB => VfB Stuttgart
|
||||
VIL => Villarreal
|
||||
|
||||
Soccer - Liga Portugal (Portugal)
|
||||
ARO => Arouca
|
||||
BEN => SL Benfica
|
||||
BRA => SC Braga
|
||||
CHA => Chaves
|
||||
EST => Estoril Praia
|
||||
FAM => Famalicão
|
||||
GIL => Gil Vicente
|
||||
MOR => Moreirense
|
||||
POR => FC Porto
|
||||
PTM => Portimonense
|
||||
RIO => Rio Ave
|
||||
SR => Sporting CP
|
||||
VGU => Vitória de Guimarães
|
||||
VSC => Vitória de Setúbal
|
||||
|
||||
|
||||
|
||||
Soccer - Other Teams
|
||||
austin => Austin FC
|
||||
cf_montral => CF Montréal
|
||||
|
||||
|
Before Width: | Height: | Size: 7.3 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 490 B After Width: | Height: | Size: 23 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 39 KiB |
|
Before Width: | Height: | Size: 430 B After Width: | Height: | Size: 105 KiB |
BIN
assets/sports/soccer_logos/AJX.png
Normal file
|
After Width: | Height: | Size: 558 B |
BIN
assets/sports/soccer_logos/ARO.png
Normal file
|
After Width: | Height: | Size: 298 KiB |
BIN
assets/sports/soccer_logos/AUS.png
Normal file
|
After Width: | Height: | Size: 577 B |
BIN
assets/sports/soccer_logos/BAY.png
Normal file
|
After Width: | Height: | Size: 545 B |
BIN
assets/sports/soccer_logos/BEN.png
Normal file
|
After Width: | Height: | Size: 121 KiB |
BIN
assets/sports/soccer_logos/BRA.png
Normal file
|
After Width: | Height: | Size: 541 B |
BIN
assets/sports/soccer_logos/BUR.png
Normal file
|
After Width: | Height: | Size: 36 KiB |
BIN
assets/sports/soccer_logos/CHA.png
Normal file
|
After Width: | Height: | Size: 541 B |
BIN
assets/sports/soccer_logos/DOR.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
assets/sports/soccer_logos/EST.png
Normal file
|
After Width: | Height: | Size: 80 KiB |
BIN
assets/sports/soccer_logos/FAM.png
Normal file
|
After Width: | Height: | Size: 163 KiB |
BIN
assets/sports/soccer_logos/GIL.png
Normal file
|
After Width: | Height: | Size: 406 B |
BIN
assets/sports/soccer_logos/KOL.png
Normal file
|
After Width: | Height: | Size: 487 B |
BIN
assets/sports/soccer_logos/LEV.png
Normal file
|
After Width: | Height: | Size: 432 B |
BIN
assets/sports/soccer_logos/LUT.png
Normal file
|
After Width: | Height: | Size: 331 B |
BIN
assets/sports/soccer_logos/LYON.png
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
assets/sports/soccer_logos/MAR.png
Normal file
|
After Width: | Height: | Size: 581 B |
BIN
assets/sports/soccer_logos/MOR.png
Normal file
|
After Width: | Height: | Size: 32 KiB |
BIN
assets/sports/soccer_logos/MTL.png
Normal file
|
After Width: | Height: | Size: 99 KiB |
BIN
assets/sports/soccer_logos/NICE.png
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
assets/sports/soccer_logos/NSC.png
Normal file
|
After Width: | Height: | Size: 612 B |
BIN
assets/sports/soccer_logos/NYC.png
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
assets/sports/soccer_logos/NYR.png
Normal file
|
After Width: | Height: | Size: 495 B |
BIN
assets/sports/soccer_logos/PSG.png
Normal file
|
After Width: | Height: | Size: 56 KiB |
BIN
assets/sports/soccer_logos/PTM.png
Normal file
|
After Width: | Height: | Size: 471 B |
BIN
assets/sports/soccer_logos/RIO.png
Normal file
|
After Width: | Height: | Size: 45 KiB |
BIN
assets/sports/soccer_logos/SCP.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
assets/sports/soccer_logos/SHU.png
Normal file
|
After Width: | Height: | Size: 468 B |
BIN
assets/sports/soccer_logos/STU.png
Normal file
|
After Width: | Height: | Size: 484 B |
BIN
assets/sports/soccer_logos/VGU.png
Normal file
|
After Width: | Height: | Size: 560 B |
BIN
assets/sports/soccer_logos/VSC.png
Normal file
|
After Width: | Height: | Size: 635 B |