Skip to content

Commit

Permalink
Add support for multiple instances each supporting their own M3U/XMLT…
Browse files Browse the repository at this point in the history
…V and settings
  • Loading branch information
phunkyfish committed Feb 12, 2023
1 parent 8109ce8 commit 23d2473
Show file tree
Hide file tree
Showing 36 changed files with 1,224 additions and 1,075 deletions.
10 changes: 6 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,15 @@ message(STATUS "LZMA_LIBRARIES: ${LZMA_LIBRARIES}")

set(IPTV_SOURCES src/addon.cpp
src/IptvSimple.cpp
src/iptvsimple/AddonSettings.cpp
src/iptvsimple/CatchupController.cpp
src/iptvsimple/Channels.cpp
src/iptvsimple/ChannelGroups.cpp
src/iptvsimple/Providers.cpp
src/iptvsimple/Epg.cpp
src/iptvsimple/InstanceSettings.cpp
src/iptvsimple/Media.cpp
src/iptvsimple/PlaylistLoader.cpp
src/iptvsimple/Settings.cpp
src/iptvsimple/Providers.cpp
src/iptvsimple/StreamManager.cpp
src/iptvsimple/data/Channel.cpp
src/iptvsimple/data/ChannelEpg.cpp
Expand All @@ -46,14 +47,15 @@ set(IPTV_SOURCES src/addon.cpp

set(IPTV_HEADERS src/addon.h
src/IptvSimple.h
src/iptvsimple/AddonSettings.h
src/iptvsimple/CatchupController.h
src/iptvsimple/Channels.h
src/iptvsimple/ChannelGroups.h
src/iptvsimple/Providers.cpp
src/iptvsimple/Epg.h
src/iptvsimple/InstanceSettings.h
src/iptvsimple/Media.h
src/iptvsimple/PlaylistLoader.h
src/iptvsimple/Settings.h
src/iptvsimple/Providers.cpp
src/iptvsimple/StreamManager.h
src/iptvsimple/data/BaseEntry.h
src/iptvsimple/data/Channel.h
Expand Down
Loading

0 comments on commit 23d2473

Please sign in to comment.