Skip to content
This repository has been archived by the owner on Apr 15, 2023. It is now read-only.

Commit

Permalink
Merge pull request #243 from FernetMenta/vnsi5
Browse files Browse the repository at this point in the history
Vnsi5
  • Loading branch information
Lars Op den Kamp committed Dec 11, 2013
2 parents 9ac2aaf + a38c3a6 commit e2e6804
Show file tree
Hide file tree
Showing 35 changed files with 2,293 additions and 354 deletions.
1 change: 1 addition & 0 deletions addons/pvr.vdr.vnsi/Makefile.am
Expand Up @@ -19,6 +19,7 @@ libvdrvnsi_addon_la_SOURCES = src/client.cpp \
src/VNSIRecording.cpp \
src/VNSISession.cpp \
src/VNSIAdmin.cpp \
src/VNSIChannels.cpp \
src/requestpacket.cpp \
src/responsepacket.cpp \
src/tools.cpp
Expand Down
2 changes: 1 addition & 1 deletion addons/pvr.vdr.vnsi/addon/addon.xml.in
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<addon
id="pvr.vdr.vnsi"
version="1.9.4"
version="1.9.5"
name="VDR VNSI Client"
provider-name="FernetMenta, Team XBMC">
<requires>
Expand Down
30 changes: 29 additions & 1 deletion addons/pvr.vdr.vnsi/addon/resources/language/English/strings.po
Expand Up @@ -241,4 +241,32 @@ msgstr ""

msgctxt "#30107"
msgid "VDR Admin"
msgstr ""
msgstr ""

msgctxt "#30108"
msgid "Channels"
msgstr ""

msgctxt "#30109"
msgid "Provider whitelist"
msgstr ""

msgctxt "#30110"
msgid "Channel blacklist"
msgstr ""

msgctxt "#30111"
msgid "Channel filters"
msgstr ""

msgctxt "#30112"
msgid "Radio Channels"
msgstr ""

msgctxt "#30113"
msgid "Save filters"
msgstr ""

msgctxt "#30114"
msgid "Provider Unknown"
msgstr ""

1 comment on commit e2e6804

@emveepee
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

VNSIChannels.cpp was not added to pvrclient_vdr_vnsi_vcxproj so this fails Windows builds

Please sign in to comment.