First commit
This commit is contained in:
25
media/Makefile
Normal file
25
media/Makefile
Normal file
@@ -0,0 +1,25 @@
|
||||
TARGET=Textures.xbt
|
||||
XBMCTEX=/Users/Shared/jenkins/workspace/OSX-64/tools/TexturePacker/TexturePacker
|
||||
|
||||
IMAGES := $(shell find . -name "*jpg")
|
||||
IMAGES += $(shell find . -name "*png")
|
||||
IMAGES += $(shell find . -name "*gif")
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
.PHONY: force
|
||||
|
||||
$(TARGET): $(XBMCTEX) $(IMAGES)
|
||||
ifeq (x86-osx,arm)
|
||||
$(XBMCTEX) -use_none -input . -output $(TARGET)
|
||||
else
|
||||
$(XBMCTEX) -input . -output $(TARGET)
|
||||
|
||||
endif
|
||||
$(XBMCTEX): force
|
||||
$(MAKE) -C /Users/Shared/jenkins/workspace/OSX-64/tools/TexturePacker
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
distclean: clean
|
||||
|
||||
25
media/Makefile.in
Normal file
25
media/Makefile.in
Normal file
@@ -0,0 +1,25 @@
|
||||
TARGET=Textures.xbt
|
||||
XBMCTEX=@abs_top_srcdir@/tools/TexturePacker/TexturePacker
|
||||
|
||||
IMAGES := $(shell find . -name "*jpg")
|
||||
IMAGES += $(shell find . -name "*png")
|
||||
IMAGES += $(shell find . -name "*gif")
|
||||
|
||||
all: $(TARGET)
|
||||
|
||||
.PHONY: force
|
||||
|
||||
$(TARGET): $(XBMCTEX) $(IMAGES)
|
||||
ifeq (@ARCH@,arm)
|
||||
$(XBMCTEX) -use_none -input . -output $(TARGET)
|
||||
else
|
||||
$(XBMCTEX) -input . -output $(TARGET)
|
||||
|
||||
endif
|
||||
$(XBMCTEX): force
|
||||
$(MAKE) -C @abs_top_srcdir@/tools/TexturePacker
|
||||
|
||||
clean:
|
||||
rm -f $(TARGET)
|
||||
distclean: clean
|
||||
|
||||
16
media/Subtitles/flags/LICENSE.txt
Normal file
16
media/Subtitles/flags/LICENSE.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
Copyright (c) 2013 Go Squared Ltd. http://www.gosquared.com/
|
||||
|
||||
Permission is hereby granted, free of charge, to any person obtaining a copy of this software
|
||||
and associated documentation files (the "Software"), to deal in the Software without restriction,
|
||||
including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense,
|
||||
and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so,
|
||||
subject to the following conditions:
|
||||
|
||||
The above copyright notice and this permission notice shall be included in all copies or substantial
|
||||
portions of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
|
||||
LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO
|
||||
EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR
|
||||
THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
BIN
media/Textures.xbt
Normal file
BIN
media/Textures.xbt
Normal file
Binary file not shown.
19
media/epg-genres/genre-numbers.txt
Normal file
19
media/epg-genres/genre-numbers.txt
Normal file
@@ -0,0 +1,19 @@
|
||||
Genre Numbers set internally by Kodi
|
||||
|
||||
0 = other/unknown
|
||||
16 = moviedrama
|
||||
32 = news
|
||||
48 = show
|
||||
64 = sports
|
||||
80 = child
|
||||
96 = music
|
||||
112 = arts
|
||||
128 = social
|
||||
144 = science
|
||||
160 = hobby
|
||||
176 = special
|
||||
192 = other/unknown
|
||||
208 = other/unknown
|
||||
224 = other/unknown
|
||||
240 = other/unknown
|
||||
256 = use genre string from the backend
|
||||
Reference in New Issue
Block a user