Add sun8i target config.
@@ -0,0 +1,25 @@
|
||||
[spotifyconnect]
|
||||
servicename = "$ system.deviceinfo get device_info.hostname"
|
||||
type = _spotify-connect._tcp.
|
||||
port = 34000
|
||||
enabled = true
|
||||
info_1 = "VERSION=1.0"
|
||||
info_2 = "CPath=/spotify/Connect.json"
|
||||
|
||||
[awoxapi]
|
||||
servicename = "$ system.deviceinfo get device_info.hostname"
|
||||
type = _awox-api._tcp.
|
||||
port = 34000
|
||||
enabled = true
|
||||
info_1 = "api_version=1.8"
|
||||
info_2 = "$ system.friendlyname get friendly_name FriendlyName"
|
||||
info_3 = "$ system.deviceinfo get device_info.ProductName ProductName"
|
||||
info_4 = "$ system.deviceinfo get device_info.SoftwareVersion Version"
|
||||
info_5 = "$ system.deviceinfo get device_info.uuid uuid"
|
||||
|
||||
[http_tcp]
|
||||
servicename = "$ system.friendlyname get friendly_name"
|
||||
type = _http._tcp.
|
||||
port = 34000
|
||||
enabled = true
|
||||
info_1 = "path=/dashboard/"
|
||||
@@ -0,0 +1,3 @@
|
||||
[filesystem]
|
||||
title = "USB Storage"
|
||||
root = "/mnt/usbflash"
|
||||
@@ -0,0 +1,59 @@
|
||||
# Definition of media types supported by the CFF Player
|
||||
# DLNA Protocol Info
|
||||
|
||||
#PCM
|
||||
http-get:*:audio/L16;rate=44100;channels=1:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/L16;rate=44100;channels=2:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/L16;rate=48000;channels=1:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/L16;rate=48000;channels=2:DLNA.ORG_PN=LPCM;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#MP3
|
||||
http-get:*:audio/mpeg:DLNA.ORG_PN=MP3;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#WMA
|
||||
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/x-ms-wma:DLNA.ORG_PN=WMAFULL;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#AAC ISO
|
||||
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_192;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/3gpp:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_192;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/mp4:DLNA.ORG_PN=AAC_ISO_320;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#AAC/HEAAC ADTS
|
||||
http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS_192;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=AAC_ADTS_320;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/vnd.dlna.adts:DLNA.ORG_PN=HEAAC_L3_ADTS;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#FLAC
|
||||
http-get:*:audio/x-flac:DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
http-get:*:audio/flac:DLNA.ORG_PN=FLAC;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#AIFF
|
||||
http-get:*:audio/x-aiff:DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
|
||||
# Other media types supported by the player
|
||||
|
||||
http-get:*:audio/wav:
|
||||
http-get:*:audio/x-wav:
|
||||
http-get:*:audio/mpeg:
|
||||
http-get:*:audio/asf:
|
||||
http-get:*:audio/flac:
|
||||
http-get:*:audio/x-flac:
|
||||
http-get:*:audio/L16;rate=44100;channels=1:
|
||||
http-get:*:audio/L16;rate=44100;channels=2:
|
||||
http-get:*:audio/L16;rate=48000;channels=1:
|
||||
http-get:*:audio/L16;rate=48000;channels=2:
|
||||
http-get:*:audio/x-ms-wma:
|
||||
http-get:*:audio/vnd.dlna.adts:
|
||||
http-get:*:audio/3gpp:
|
||||
http-get:*:audio/mp4:
|
||||
http-get:*:audio/aacp:
|
||||
mms.awox.com:*:audio/x-ms-wma:DLNA.ORG_PN=WMABASE;DLNA.ORG_OP=01;AWOX.COM_FLAGS=1
|
||||
|
||||
#Required for Daytona2 to support Playlists
|
||||
http-get:*:audio/x-mpegurl:DLNA.ORG_OP=01;DLNA.ORG_FLAGS=01
|
||||
33
projects/sun8i-h2_domo/ovl/usr/local/configs/CFFPlayer.ini
Normal file
@@ -0,0 +1,33 @@
|
||||
[General]
|
||||
ShowStreamStatus = false
|
||||
OutputStream = true
|
||||
SynchroPlayback = false
|
||||
SynchroPeriodInSec= 0
|
||||
ReferenceClock = 1
|
||||
ChannelMap = 0
|
||||
URLTimeout = 10
|
||||
ConnectionTimeout = 30
|
||||
PauseTimeout = 300
|
||||
|
||||
[Streamer]
|
||||
Type = rtsp
|
||||
RtspPort = 8554
|
||||
BindAddress = 0.0.0.0
|
||||
MaxHTTPConnections = 2000
|
||||
MaxClients = 1000
|
||||
MaxBandWith = 1000
|
||||
|
||||
[AudioOutput]
|
||||
StreamName = "stream"
|
||||
Format = rtp
|
||||
transport = tcp
|
||||
AudioCodec = flac
|
||||
AudioBitsBySample = 16
|
||||
AudioChannels = 2
|
||||
AudioSampleRate = 44100
|
||||
IpQoS = true
|
||||
Device = "default"
|
||||
|
||||
[Status]
|
||||
StatusName = "status"
|
||||
HttpPort = 8550
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
[General]
|
||||
ShowStreamStatus = false
|
||||
OutputStream = false
|
||||
SynchroPlayback = true
|
||||
SynchroPeriodInSec= 4
|
||||
ReferenceClock = 1
|
||||
ChannelMap = 0
|
||||
11
projects/sun8i-h2_domo/ovl/usr/local/configs/DEVICEINFO.ini
Normal file
@@ -0,0 +1,11 @@
|
||||
[device]
|
||||
manufacturer = awox
|
||||
product_name = h3_QuartetIII
|
||||
company_name = Awox
|
||||
|
||||
[location]
|
||||
room =
|
||||
|
||||
[versions]
|
||||
hardware_version = 1.0
|
||||
software_version = 16.10.1
|
||||
@@ -0,0 +1,6 @@
|
||||
[configuration]
|
||||
mode = regular
|
||||
|
||||
[Capabilities]
|
||||
name = audiosync
|
||||
|
||||
23
projects/sun8i-h2_domo/ovl/usr/local/configs/Idomeneo.ini
Normal file
@@ -0,0 +1,23 @@
|
||||
[init]
|
||||
startup_uri = ""
|
||||
|
||||
[restore_context]
|
||||
source = "DLNA"
|
||||
|
||||
[audio]
|
||||
volume_step = 5
|
||||
|
||||
[logger]
|
||||
status = false
|
||||
path = "/mnt/usbflash/"
|
||||
|
||||
[sound_notification]
|
||||
enable = true
|
||||
volume = 65
|
||||
|
||||
[Language]
|
||||
default = eng
|
||||
current = eng
|
||||
|
||||
[upgrade]
|
||||
auto = true
|
||||
31
projects/sun8i-h2_domo/ovl/usr/local/configs/Keypad.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
[KEYPAD]
|
||||
Description="rt3050d_StriimSOUND"
|
||||
long_press_duration=2000
|
||||
|
||||
9=SrcSel
|
||||
|
||||
5=VolDown
|
||||
5-AR=VolDown
|
||||
|
||||
8=Mute
|
||||
|
||||
7=VolUp
|
||||
7-AR=VolUp
|
||||
|
||||
6=Preset1
|
||||
6-LP=StorePreset1
|
||||
|
||||
4=Preset2
|
||||
4-LP=StorePreset2
|
||||
|
||||
3=Preset3
|
||||
3-LP=StorePreset3
|
||||
|
||||
2=Preset4
|
||||
2-LP=StorePreset4
|
||||
|
||||
1=Preset5
|
||||
1-LP=StorePreset5
|
||||
|
||||
0=Pairing
|
||||
0-LP=Reset
|
||||
@@ -0,0 +1,10 @@
|
||||
[Player]
|
||||
supporttimeseek = 1
|
||||
supportplayspeed = 0
|
||||
soundservicemode = System
|
||||
dlnaprotocolinfo = CFFPlayer.PI.txt
|
||||
|
||||
[SBus]
|
||||
sbusname = CFFPlayer
|
||||
path =
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
[SBus]
|
||||
players = *
|
||||
|
||||
29
projects/sun8i-h2_domo/ovl/usr/local/configs/Remote.ini
Normal file
@@ -0,0 +1,29 @@
|
||||
#
|
||||
# Awox StriimSOUND
|
||||
#
|
||||
|
||||
[SETUP]
|
||||
RemoteAddress=254
|
||||
|
||||
[REMOTE_254]
|
||||
Description="StriimSOUND"
|
||||
enable=1
|
||||
|
||||
10=VolDown
|
||||
03=VolUp
|
||||
|
||||
80=Mute
|
||||
|
||||
02=Previous
|
||||
01=Play
|
||||
00=Next
|
||||
|
||||
87=Preset1
|
||||
86=Preset2
|
||||
85=Preset3
|
||||
|
||||
77=Preset4
|
||||
76=Preset5
|
||||
75=Mem
|
||||
|
||||
90=SrcSel
|
||||
@@ -0,0 +1,2 @@
|
||||
[General]
|
||||
HttpPort = 34000
|
||||
@@ -0,0 +1,2 @@
|
||||
[general]
|
||||
favorite_connection_retry_timeout_in_seconds=300
|
||||
@@ -0,0 +1,10 @@
|
||||
[external_device]
|
||||
proc_mount = "/proc/mounts"
|
||||
devices_count = 1
|
||||
device_1 = USB
|
||||
|
||||
[USB]
|
||||
mount_point = "/media/disk"
|
||||
|
||||
[time]
|
||||
timezone=30
|
||||
@@ -0,0 +1,4 @@
|
||||
[update_plateform]
|
||||
UsePreprod = false
|
||||
url = http://awox-fw.awox.org/mozart/
|
||||
url_preprod = http://awox-fw.awox.org/mozart_preprod/
|
||||
@@ -0,0 +1,26 @@
|
||||
[init]
|
||||
volume = 30
|
||||
|
||||
[pcm_volume]
|
||||
step_count = 21
|
||||
step_0 = 0
|
||||
step_1 = 5
|
||||
step_2 = 10
|
||||
step_3 = 15
|
||||
step_4 = 20
|
||||
step_5 = 25
|
||||
step_6 = 30
|
||||
step_7 = 35
|
||||
step_8 = 40
|
||||
step_9 = 45
|
||||
step_10 = 50
|
||||
step_11 = 55
|
||||
step_12 = 60
|
||||
step_13 = 65
|
||||
step_14 = 70
|
||||
step_15 = 75
|
||||
step_16 = 80
|
||||
step_17 = 85
|
||||
step_18 = 90
|
||||
step_19 = 95
|
||||
step_20 = 100
|
||||
@@ -0,0 +1,19 @@
|
||||
[interfaces]
|
||||
ethernet="eth2"
|
||||
wifi="ra0"
|
||||
|
||||
[connection]
|
||||
interface = ETHERNET
|
||||
ip_mode = DHCP
|
||||
ip_address = 192.168.1.9
|
||||
ip_netmask = 255.255.255.0
|
||||
ip_gateway = 192.168.1.1
|
||||
ip_dns = 81.253.149.9
|
||||
ip_dns_2 = 80.10.246.132
|
||||
|
||||
[range_extender_on_demand]
|
||||
range_extender_state = off
|
||||
|
||||
[dhcp]
|
||||
retries = 12
|
||||
timeout = 5
|
||||
13
projects/sun8i-h2_domo/ovl/usr/local/configs/SlavePlayer.ini
Normal file
@@ -0,0 +1,13 @@
|
||||
[MBusEndPoint]
|
||||
address = %BRAND%:slaveplayer awox:settings
|
||||
|
||||
[ssdp.slaveplayer]
|
||||
devicemx = 1
|
||||
notifycycleseconds = 300
|
||||
|
||||
[UPnPPresentation]
|
||||
root = ..
|
||||
|
||||
|
||||
[upnp.slaveplayer]
|
||||
modelName=QuartetIId_64
|
||||
379
projects/sun8i-h2_domo/ovl/usr/local/configs/TimeZone.ini
Normal file
@@ -0,0 +1,379 @@
|
||||
|
||||
[config]
|
||||
count=75
|
||||
default=30
|
||||
|
||||
[timezone_1]
|
||||
name="(GMT-12:00) International Date Line West"
|
||||
zone="Kwajalein"
|
||||
tz=" MHT-12"
|
||||
|
||||
[timezone_2]
|
||||
name="(GMT-11:00) Midway Island, Samoa"
|
||||
zone="Midway"
|
||||
tz="SST11"
|
||||
|
||||
[timezone_3]
|
||||
name="(GMT-10:00) Hawaii"
|
||||
zone="Honululu"
|
||||
tz="HAW10"
|
||||
|
||||
[timezone_4]
|
||||
name="(GMT-09:00) Alaska"
|
||||
zone="Anchorage"
|
||||
tz="AKST9AKDT"
|
||||
|
||||
[timezone_5]
|
||||
name="(GMT-08:00) Pacific Time (US and Canada), Tijuana"
|
||||
zone="Tijuana"
|
||||
tz="PST8PDT"
|
||||
|
||||
[timezone_6]
|
||||
name="(GMT-07:00) Arizona"
|
||||
zone="MST7MDT"
|
||||
tz="MST7MDT"
|
||||
|
||||
[timezone_7]
|
||||
name="(GMT-07:00) Chihuahua, La Paz, Mazatlan"
|
||||
zone="MST7MDT"
|
||||
tz="MST7MDT"
|
||||
|
||||
[timezone_8]
|
||||
name="(GMT-07:00) Mountain Time (US & Canada) "
|
||||
zone="MST7MDT"
|
||||
tz="MST7MDT"
|
||||
|
||||
[timezone_9]
|
||||
name="(GMT-06:00) Central America"
|
||||
zone="CST6CDT"
|
||||
tz="CST6CDT"
|
||||
|
||||
[timezone_10]
|
||||
name="(GMT-06:00) Central Time (US and Canada)"
|
||||
zone="CST6CDT"
|
||||
tz="CST6CDT"
|
||||
|
||||
[timezone_11]
|
||||
name="(GMT-06:00) Guadalajara, Mexico City, Monterrey"
|
||||
zone="CST6CDT"
|
||||
tz="CST6CDT"
|
||||
|
||||
[timezone_12]
|
||||
name="(GMT-06:00) Saskatchewan"
|
||||
zone="Saskatchewan"
|
||||
tz="CST6"
|
||||
|
||||
[timezone_13]
|
||||
name="(GMT-05:00) Bogota, Lima, Quito"
|
||||
zone="Bogota"
|
||||
tz="COT5"
|
||||
|
||||
[timezone_14]
|
||||
name="(GMT-05:00) Eastern Time (Us and Canada)"
|
||||
zone="EST5EDT"
|
||||
tz="EST5EDT"
|
||||
|
||||
[timezone_15]
|
||||
name="(GMT-05:00) Indiana (East)"
|
||||
zone="EST"
|
||||
tz="EST5"
|
||||
|
||||
[timezone_16]
|
||||
name="(GMT-04:00) Atlantic Time (Canada)"
|
||||
zone="Atlantic"
|
||||
tz="AST4ADT"
|
||||
|
||||
[timezone_17]
|
||||
name="(GMT-04:00) Caracas, La Paz"
|
||||
zone="Caracas"
|
||||
tz="VET4"
|
||||
|
||||
[timezone_18]
|
||||
name="(GMT-04:00) Santiago"
|
||||
zone="Santiago"
|
||||
tz="VET4"
|
||||
|
||||
[timezone_19]
|
||||
name="(GMT-03:30) Newfoundland"
|
||||
zone="Newfoundland"
|
||||
tz="NST+3:30NDT+2:30,M4.1.0/00:01:00,M10.5.0/00:01:00"
|
||||
|
||||
[timezone_20]
|
||||
name="(GMT-03:00) Brasilia"
|
||||
zone="East"
|
||||
tz="BRST+3BRDT+2,M10.3.0,M2.3.0"
|
||||
|
||||
[timezone_21]
|
||||
name="(GMT-03:00) Buenos Aires, Georgetown"
|
||||
zone="West"
|
||||
tz="UTC+3"
|
||||
|
||||
[timezone_22]
|
||||
name="(GMT-03:00) Greenland"
|
||||
zone="Danmarkshavn"
|
||||
tz="GMT0"
|
||||
|
||||
[timezone_23]
|
||||
name="(GMT-02:00) Mid-Atlantic"
|
||||
zone="Noronha"
|
||||
tz="FNT2"
|
||||
|
||||
[timezone_24]
|
||||
name="(GMT-01:00) Azores"
|
||||
zone="Azores"
|
||||
tz="AZOT1AZOST,M3.5.0/0,M10.5.0/1"
|
||||
|
||||
[timezone_25]
|
||||
name="(GMT-01:00) Cape Verde Is."
|
||||
zone="Cape_Verde"
|
||||
tz="CVT1"
|
||||
|
||||
[timezone_26]
|
||||
name="(GMT) Casablanca, Monrovia"
|
||||
zone="Casablanca"
|
||||
tz="WET0"
|
||||
|
||||
[timezone_27]
|
||||
name="(GMT) Greenwich Mean Time : Dublin, Lisbon, London"
|
||||
zone="Dublin"
|
||||
tz="GMT+0IST-1,M3.5.0/01:00:00,M10.5.0/02:00:00"
|
||||
|
||||
[timezone_28]
|
||||
name="(GMT+01:00) Amsterdam, Berlin, Bern, Rome, Vienna"
|
||||
zone="CET"
|
||||
tz="CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"
|
||||
|
||||
[timezone_29]
|
||||
name="(GMT+01:00) Belgrade, Bratislava, Budapest, Prague"
|
||||
zone="CET"
|
||||
tz="CET-1CEST,M3.5.0/2,M10.5.0/3"
|
||||
|
||||
[timezone_30]
|
||||
name="(GMT+01:00) Brussels, Copenhagen, Madrid, Paris"
|
||||
zone="CET"
|
||||
tz="CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"
|
||||
|
||||
[timezone_31]
|
||||
name="(GMT+01:00) Sarajevo, Skopje, Warsaw, Zagreb"
|
||||
zone="CET"
|
||||
tz="CET-1CEST-2,M3.5.0/02:00:00,M10.5.0/03:00:00"
|
||||
|
||||
[timezone_32]
|
||||
name="(GMT+01:00) West Central Africa"
|
||||
zone="Kinshasa"
|
||||
tz="WAT-1"
|
||||
|
||||
[timezone_33]
|
||||
name="(GMT+02:00) Athens, Istanbul, Minsk"
|
||||
zone="Istanbul"
|
||||
tz="EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00"
|
||||
|
||||
[timezone_34]
|
||||
name="(GMT+02:00) Bucharest"
|
||||
zone="Istanbul"
|
||||
tz="EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00"
|
||||
|
||||
[timezone_35]
|
||||
name="(GMT+02:00) Harare, Pretoria"
|
||||
zone="Harare"
|
||||
tz="CAT-2"
|
||||
|
||||
[timezone_36]
|
||||
name="(GMT+02:00) Helsinki, Kyiv, Sofia"
|
||||
zone="Istanbul"
|
||||
tz="EET-2EEST-3,M3.5.0/03:00:00,M10.5.0/04:00:00"
|
||||
|
||||
[timezone_37]
|
||||
name="(GMT+02:00) Riga, Tallinn, Vilnius"
|
||||
zone="Istanbul"
|
||||
tz="EET-2EEST,M3.5.0/3,M10.5.0/4"
|
||||
|
||||
[timezone_38]
|
||||
name="(GMT+02:00) Jerusalem"
|
||||
zone="Jerusalem"
|
||||
tz="UTC-3"
|
||||
|
||||
[timezone_39]
|
||||
name="(GMT+03:00) Baghdad"
|
||||
zone="Baghdad"
|
||||
tz="AST-3ADT,J91/3,J274/4"
|
||||
|
||||
[timezone_40]
|
||||
name="(GMT+03:00) Kuwait, Riyadh"
|
||||
zone="Riyadh"
|
||||
tz="AST-3"
|
||||
|
||||
[timezone_41]
|
||||
name="(GMT+03:00) Moscow, St. Petersburg, Volgograd"
|
||||
zone="Moscow"
|
||||
tz="MSK-3MSD,M3.5.0/2,M10.5.0/3"
|
||||
|
||||
[timezone_42]
|
||||
name="(GMT+03:00) Nairobi"
|
||||
zone="Nairobi"
|
||||
tz="EAT-3"
|
||||
|
||||
[timezone_43]
|
||||
name="(GMT+03:30) Tehran"
|
||||
zone="Tehran"
|
||||
tz="GMT+3:30"
|
||||
|
||||
[timezone_44]
|
||||
name="(GMT+04:00) Abu Dhabi, Muscat"
|
||||
zone="Muscat"
|
||||
tz="GST-4"
|
||||
|
||||
[timezone_45]
|
||||
name="(GMT+04:00) Baku, Tbilisi, Yerevan"
|
||||
zone="Baku"
|
||||
tz="AZT-4AZST,M3.5.0/1,M10.5.0/1"
|
||||
|
||||
[timezone_46]
|
||||
name="(GMT+04:30) Kabul"
|
||||
zone="Kabul"
|
||||
tz="AFT-4:30"
|
||||
|
||||
[timezone_47]
|
||||
name="(GMT+05:00) Ekaterinburg"
|
||||
zone="Omsk"
|
||||
tz="OMST-6OMSST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_48]
|
||||
name="(GMT+05:00) Islamabad, Karachi, Tashkent"
|
||||
zone="Tashkent"
|
||||
tz="UZT-5"
|
||||
|
||||
[timezone_49]
|
||||
name="(GMT+05:30) Chennai, Kolkata, Mumbai, New Delhi"
|
||||
zone="Calcutta"
|
||||
tz="IST-5:30"
|
||||
|
||||
[timezone_50]
|
||||
name="(GMT+05:45) Kathmandu"
|
||||
zone="Katmandu"
|
||||
tz="NPT-5:45"
|
||||
|
||||
[timezone_51]
|
||||
name="(GMT+06:00) Almaty, Novosibirsk"
|
||||
zone="Almaty"
|
||||
tz="ALMT-6"
|
||||
|
||||
[timezone_52]
|
||||
name="(GMT+06:00) Astana, Dhaka"
|
||||
zone="Dhaka"
|
||||
tz="BDT-6"
|
||||
|
||||
[timezone_53]
|
||||
name="(GMT+06:00) Sri Jayawardenepura"
|
||||
zone="Colombo"
|
||||
tz="LKT-6"
|
||||
|
||||
[timezone_54]
|
||||
name="(GMT+06:30) Rangoon"
|
||||
zone="Rangoon"
|
||||
tz="MMT-6:30"
|
||||
|
||||
[timezone_55]
|
||||
name="(GMT+07:00) Bangkok, Hanoi, Jakarta"
|
||||
zone="Bangkok"
|
||||
tz="ICT-7"
|
||||
|
||||
[timezone_56]
|
||||
name="(GMT+07:00) Krasnoyarsk"
|
||||
zone="Krasnoyarsk"
|
||||
tz="KRAT-7KRAST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_57]
|
||||
name="(GMT+08:00) Beijing, Chongqing, Hong Kong, Urumqi"
|
||||
zone="Hong_Kong"
|
||||
tz="HKT-8"
|
||||
|
||||
[timezone_58]
|
||||
name="(GMT+08:00) Irkutsk, Ulaan Bataar"
|
||||
zone="Irkutsk"
|
||||
tz="IRKT-8IRKST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_59]
|
||||
name="(GMT+08:00) Kuala Lumpur, Singapore"
|
||||
zone="Kuala_Lumpur"
|
||||
tz="MYT-8"
|
||||
|
||||
[timezone_60]
|
||||
name="(GMT+08:00) Perth"
|
||||
zone="Perth"
|
||||
tz="WST-8"
|
||||
|
||||
[timezone_61]
|
||||
name="(GMT+08:00) Taipei"
|
||||
zone="Taipei"
|
||||
tz="CST-8"
|
||||
|
||||
[timezone_62]
|
||||
name="(GMT+09:00) Osaka, Sapporo, Tokyo"
|
||||
zone="Tokyo"
|
||||
tz="JST-9"
|
||||
|
||||
[timezone_63]
|
||||
name="(GMT+09:00) Seoul"
|
||||
zone="Seoul"
|
||||
tz="KST-9"
|
||||
|
||||
[timezone_64]
|
||||
name="(GMT+09:00) Yakutsk"
|
||||
zone="Yakutsk"
|
||||
tz="YAKT-9YAKST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_65]
|
||||
name="(GMT+09:30) Adelaide"
|
||||
zone="Adelaide"
|
||||
tz="CST-9:30CDT-10:30,M10.5.0/02:00:00,M3.5.0/03:00:00"
|
||||
|
||||
[timezone_66]
|
||||
name="(GMT+09:30) Darwin"
|
||||
zone="Darwin"
|
||||
tz="CST-9:30"
|
||||
|
||||
[timezone_67]
|
||||
name="(GMT+10:00) Brisbane"
|
||||
zone="Bisbane"
|
||||
tz="EST-10"
|
||||
|
||||
[timezone_68]
|
||||
name="(GMT+10:00) Canberra, Melbourne, Sydney"
|
||||
zone="Sydney"
|
||||
tz="EST-10EDT-11,M10.5.0/02:00:00,M3.5.0/03:00:00"
|
||||
|
||||
[timezone_69]
|
||||
name="(GMT+10:00) Guam, Port Moresby"
|
||||
zone="Guam"
|
||||
tz="ChST-10"
|
||||
|
||||
[timezone_70]
|
||||
name="(GMT+10:00) Hobart"
|
||||
zone="Hobart"
|
||||
tz="AEST-10EDT-11,M10.1.0/02:00:00,M3.5.0/03:00:00"
|
||||
|
||||
[timezone_71]
|
||||
name="(GMT+10:00) Vladivostok"
|
||||
zone="Vladivostok"
|
||||
tz="VLAT-10VLAST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_72]
|
||||
name="(GMT+11:00) Magadan, Solomon Is., New Caledonia"
|
||||
zone="Magadan"
|
||||
tz="MAGT-11MAGST,M3.5.0,M10.5.0/3"
|
||||
|
||||
[timezone_73]
|
||||
name="(GMT+12:00) Auckland, Wellington"
|
||||
zone="Auckland"
|
||||
tz="NZST-12NZDT-13,M10.1.0/02:00:00,M3.3.0/03:00:00"
|
||||
|
||||
[timezone_74]
|
||||
name="(GMT+12:00) Fiji, Kamchatka, Marshall Is."
|
||||
zone="Fiji"
|
||||
tz="FJT-12"
|
||||
|
||||
[timezone_75]
|
||||
name="(GMT+13:00) Nukualofa"
|
||||
zone="Tongatapu"
|
||||
tz="TOT-13"
|
||||
@@ -0,0 +1,97 @@
|
||||
# TYPE = "<extensions>@<default mimetype>@<default dlna item type>@<other types to check>"
|
||||
# Process is:
|
||||
# extension -> types -> try each parser registered for the types, that have not already been tried (note tried parsers)
|
||||
# on the first ok exit
|
||||
# otherwise try <other types to check> recursively
|
||||
# if none is ok return <default mimetype> and <default dlna item type>
|
||||
#
|
||||
# Each line entry becomes a definition of a virtual parser
|
||||
# (that may be composed from other parsers, or just mimetype and item type)
|
||||
# registered for TYPE + extensions association with the TYPE
|
||||
[MimeTypesExcluded]
|
||||
|
||||
# Excluded types
|
||||
EXE = "exe@application/exe@object.item"
|
||||
ZIP = "zip@application/zip@object.item"
|
||||
ELF = "@application/octet-stream@object.item"
|
||||
|
||||
[MimeTypes]
|
||||
|
||||
#. = "mpg@video/vnd.dlna.mpeg-tts@item.videoItem"
|
||||
|
||||
# Pictures
|
||||
PNG = "png@image/png@item.imageItem"
|
||||
TIFF = "tif@image/tif@item.imageItem"
|
||||
GIF = "gif@image/gif@item.imageItem"
|
||||
JPEG = "jpg,jpeg@image/jpeg@item.imageItem"
|
||||
JPS = "jps@image/jps@item.imageItem"
|
||||
MPO = "mpo@image/mpo@item.imageItem"
|
||||
BMP = "bmp@image/bmp@item.imageItem"
|
||||
|
||||
# Audio
|
||||
MP3 = "mp3@audio/mpeg,audio/x-mpeg@item.audioItem"
|
||||
WAV = "wav,wv,raw,pcm@audio/wav@item.audioItem@RIFF,PCM"
|
||||
PCM = "pcm@audio/L16@item.audioItem@WAV"
|
||||
OGG = "ogg@audio/x-ogg@item.audioItem"
|
||||
#M4A = "m4a@audio/mp4@item.audioitem"
|
||||
WMA = "wma@audio/x-ms-wma@item.audioItem@ASF"
|
||||
MKA = "mka@audio/x-matroska@item.audioItem@MKV"
|
||||
MPEGA = "mpa,m1a,m2a@audio/mpeg@item.audioItem@MPEGTS,MPEGPS"
|
||||
#ADTS = "adts@audio/vnd.dlna.adts@item.audioItem"
|
||||
#3GPP = "3gpp@audio/mp4@item.audioItem"
|
||||
#3GPPx = "3gpp@audio/3gpp@item.audioItem"
|
||||
AAC = "aac,adts@audio/vnd.dlna.adts@item.audioItem"
|
||||
DTS = "dts,dtshd@audio/vnd.dts@item.audioItem"
|
||||
MPG4A = "m4a@audio/mp4@item.audioItem@MPG4"
|
||||
AC3 = "ac3@audio/vnd.dolby.dd-raw@item.audioItem"
|
||||
MIDI = "mid@audio/x-midi@item.audioItem"
|
||||
FLAC = "flac@audio/x-flac@item.audioItem"
|
||||
AIFF = "aiff@audio/x-aiff@item.audioItem"
|
||||
|
||||
# Video
|
||||
RIFF = "avi@video/avi,video/x-msvideo,video/msvideo,video/vnd.avi@item.videoItem"
|
||||
WMV = "wmv@video/x-ms-wmv@item.videoItem@ASF"
|
||||
ASF = "asf@video/x-ms-asf@item.videoItem"
|
||||
MKV = "mkv@video/x-matroska@item.videoItem"
|
||||
MPEG = "mpeg,mpg,mpe,mpeg2,mpg2,mp2ve@video/mpeg@item.videoItem@MPEGTS,MPEGPS,MPEGV,DTCP"
|
||||
MPEGV = "m1v,m2v@video/mpeg@item.videoItem@MPEGTS,MPEGPS"
|
||||
MPEGPS = "vob,ps@video/mpeg@item.videoItem"
|
||||
MPEGTS = "tts,ts,tp,mp2x@video/mpeg@item.videoItem"
|
||||
MPG4V = "3g2,3gp,m4v,mov,3gpp@video/mp4@item.videoItem@MPG4"
|
||||
MPG4 = "mp4@video/mp4@item.videoItem"
|
||||
CFF = "uvu,uvvu@video/vnd.dece.mp4@item.videoItem@MPG4"
|
||||
#MOV = "mov@video/quicktime@item.videoItem"
|
||||
REAL = "rmvb,rm@video/vnd.rn-realvideo@item.videoItem"
|
||||
DIVX = "divx@video/x-divx@item.videoItem@RIFF"
|
||||
MPEGTTS = "mpg@video/vnd.dlna.mpeg-tts@item.videoItem"
|
||||
FLV = "flv@video/x-flv@item.videoItem"
|
||||
DASH = "mpd@video/mpeg@item.videoItem"
|
||||
|
||||
# Playlists
|
||||
M3U = "m3u,m3u8@audio/x-mpegurl@item.playlistItem"
|
||||
ASX = "asx@video/x-ms-asf@item.playlistItem"
|
||||
PLS = "pls@audio/x-scpls@item.playlistItem"
|
||||
WPL = "wpl@application/vnd.ms-wpl@item.playlistItem"
|
||||
|
||||
# XHTML
|
||||
XHTML = "xhtml@text/xml@item.xhtmlItem"
|
||||
|
||||
# DTCP (fake)
|
||||
DTCP = "mpeg,mpg@video/mpeg@item.videoItem"
|
||||
|
||||
# Subtitles
|
||||
SUB = "srt,smi,sami@text/plain@item"
|
||||
MKS = "mks@application/x-matroska@item@MKV"
|
||||
|
||||
# awMediaInfo Parser
|
||||
INI = "awmediainfo@text/plain@item"
|
||||
|
||||
# Obsolete
|
||||
#TXT = "txt@text/plain@item"
|
||||
#URL = "url@application/x-url@item.htmlItem"
|
||||
|
||||
#DRVMS = "dvr-ms@@item.videoItem"
|
||||
#EPG = "epg@EPG/EPG@item"
|
||||
|
||||
#CDA = "cda@application/x-cdf@item.audioItem"
|
||||
#DVD = "dvd@application/x-dvd@item.videoItem"
|
||||
@@ -0,0 +1,30 @@
|
||||
[ssdp]
|
||||
udpsenddelay = 100
|
||||
msearchresponsemulti = 0
|
||||
devicemx = 1
|
||||
notifycycleseconds = 300
|
||||
|
||||
[WebServer]
|
||||
portnumber = 0
|
||||
|
||||
[Special]
|
||||
dlna = 0
|
||||
donotredirect = 1
|
||||
|
||||
[upnp]
|
||||
byteseeksupport=0
|
||||
timeseeksupport=1
|
||||
playspeedsupport=0
|
||||
friendlyname=sun8i_h3-QuartetIII
|
||||
modelName=sun8i_h3-QuartetIII
|
||||
Manufacturer=awox
|
||||
ManufacturerURL=http://www.awox.com
|
||||
|
||||
ModelURL=http://www.awox.com
|
||||
|
||||
PNPX_hardwareId=""
|
||||
PNPX_compatibleId=MS_DigitalMediaDeviceClass_DMR_V001
|
||||
PNPX_deviceCategory=MediaDevices
|
||||
DF_DeviceCategory=Multimedia.DMR
|
||||
Microsoft_MagicPacketWakeSupported=0
|
||||
Microsoft_MagicPacketSendSupported=0
|
||||
@@ -0,0 +1,23 @@
|
||||
[Special]
|
||||
dlna = 2
|
||||
search = 1
|
||||
ffq = 1
|
||||
featurelist = 1
|
||||
|
||||
[Presentation]
|
||||
path = ../share/DMS/
|
||||
|
||||
[webserver]
|
||||
donotchunk = 1
|
||||
portnumber = 54321
|
||||
|
||||
[ssdp]
|
||||
notifycycleseconds = 300
|
||||
|
||||
|
||||
[upnp]
|
||||
modelName=StriimService
|
||||
PNPX_compatibleId=MS_DigitalMediaDeviceClass_DMS_V001
|
||||
PNPX_deviceCategory=MediaDevices
|
||||
Microsoft_MagicPacketWakeSupported=0
|
||||
Microsoft_MagicPacketSendSupported=0
|
||||
@@ -0,0 +1,3 @@
|
||||
[Config]
|
||||
audiopage = 1
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
[Config]
|
||||
sharedfolderpage = 1
|
||||
generalsettingspage = 1
|
||||
|
||||
35
projects/sun8i-h2_domo/ovl/usr/local/configs/presets.json
Normal file
@@ -0,0 +1,35 @@
|
||||
{
|
||||
"presets":
|
||||
[
|
||||
{
|
||||
"id": 1,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
},
|
||||
{
|
||||
"id": 3,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
},
|
||||
{
|
||||
"id": 4,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
},
|
||||
{
|
||||
"id": 5,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"restore_context":
|
||||
[
|
||||
{
|
||||
"id": 0,
|
||||
"uri": "",
|
||||
"thumbnail_uri": "",
|
||||
"info": {}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"song_queue":
|
||||
[
|
||||
],
|
||||
"repeat_mode":"repeat_none",
|
||||
"shuffle_mode":false,
|
||||
"active_state":false
|
||||
}
|
||||
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMR/largeIco.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMR/largeIco.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMR/smallIco.jpg
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMR/smallIco.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMS/largeIco.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMS/largeIco.png
Normal file
|
After Width: | Height: | Size: 8.8 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMS/smallIco.jpg
Normal file
|
After Width: | Height: | Size: 8.7 KiB |
BIN
projects/sun8i-h2_domo/ovl/usr/local/share/DMS/smallIco.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
3
projects/sun8i-h2_domo/ovl/usr/local/share/usergo.debug.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
mount -t nfs -o nolock,vers=2 192.168.9.174:/home/jbnadal/sources/git/audio/_builds/sun8i-h3_QuartetIII-debug/buildroot/target/usr/local /usr/local
|
||||
3
projects/sun8i-h2_domo/ovl/usr/local/share/usergo.release.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
mount -t nfs -o nolock,vers=2 192.168.9.174:/home/jbnadal/sources/git/audio/_builds/sun8i-h3_QuartetIII-release/buildroot/target/usr/local /usr/local
|
||||