Modérateurs: Modération Forum Home-Cinéma, Le Bureau de l’Association HCFR • Utilisateurs parcourant ce forum: guittet, mattco, radian, teren35 et 60 invités

Tout ce qui concerne les logiciels lié au HC sur ordinateur (PC, Mac, Linux...)
Règles du forum
Avant de poster, merci de prendre connaissance des règles du forum : à lire avant de poster

Piloter une Dune avec XBMC

Message » 25 Mai 2014 17:20

Il y a un truc qui s'appelle startmin pour cacher un peu les scripts, si ca peut t'aider
lyksyr
 
Messages: 1820
Inscription Forum: 27 Déc 2007 17:08
Localisation: Angers
  • offline

Message » 25 Mai 2014 17:35

merci pour l'info

je pedale dans cette config...
je cherche comment synchro la mediatheque (entre xbmc de mon pc et yatse)
pour pouvoir choisir le film depuis ma tab via yatsé (comme mon pc et ma tv ne sont pas relie) et lancer le PLAY sur la dune.


je garde sous la main ton script pour utiliser xbmc (version android tablette) comme "telecommande" choisir un film sur la tab
et le faire jouer par la dune :love:

j'ai jetter un oeil dans ma tablette et j'ai trouvé :
/Android/data/org.xbmc.xbmc/files mais rien de plus ensuite dans ce fichier.... pas /.xbmc/userdata/ pour y mettre
le playcorefactory.xml que tu as edité

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 26 Mai 2014 9:09

les dossiers commençant par un . sont cachés...
lyksyr
 
Messages: 1820
Inscription Forum: 27 Déc 2007 17:08
Localisation: Angers
  • offline

Message » 26 Mai 2014 15:54

@RORK,

Le script tournant que tu vois (fenêtre dos) sert uniquement si tu contrôles les port HDMI de ton ampli via le script, afin que l'affichage repasse automatiquement sur XBMC lors de l'arrêt de lecture de la Dune.

Si toi tu fais un switch manuel XBMC vers Dune dès que le film est lancé, alors tu peux enlever toute la partie boucle du script, ce qui fera que la fenêtre DOS disparaitra aussi vite qu'elle est apparue!

Dans mon cas ça ne me gêne pas du tout vu que pendant l'exécution du script de surveillance, c'est la Dune que j'ai en affichage :)

Bref, dans ton cas, tu peux virer toute cette partie :

Code: Tout sélectionner
    rem Now waiting for the playback to finish
    TIMEOUT /T 19 /NOBREAK
    :test
    TIMEOUT /T 1 /NOBREAK
    %wget% -O c:\result.txt "http://dune/cgi-bin/do?cmd=status"
    findstr /M /C:"name=\"player_state\" value=\"file_playback\"" c:\result.txt
    if not ERRORLEVEL 1 (
       findstr /M /C:"name=\"playback_state\" value=\"stopped\"" c:\result.txt
       if not ERRORLEVEL 1 (
          goto :end
       )
    )
    findstr /M /C:"name=\"player_state\" value=\"navigator\"" c:\result.txt
    if not ERRORLEVEL 1 (
       goto :end
    ) else (
       goto :test
    )
    findstr /M /C:"name=\"player_state\" value=\"standby\"" c:\result.txt
    if not ERRORLEVEL 1 (
       goto :end
    ) else (
       goto :test
    )

    :end
    rem Telling the receiver to switch back to DVD input
    %wget% -O nul --post-data="<YAMAHA_AV cmd=\"PUT\"><Main_Zone><Input><Input_Sel>DVD</Input_Sel></Input></Main_Zone></YAMAHA_AV>" http://10.0.0.11/YamahaRemoteControl/ctrl
djoole
 
Messages: 3140
Inscription Forum: 25 Avr 2007 0:43
Localisation: Val d'oise
  • offline

Message » 26 Mai 2014 15:56

Pour ton souci de synchro yatse/xbmc, c'est sûrement que tes infos @IP/port/username/password rentrée dans yatse sont incorrectes...
Si tu es sûr de tes infos, tu peux aller tout de même vérifier dans les logs d'XBMC si tu vois rien de spécial. (c:\users\toto\appdata\roaming\xbmc)
djoole
 
Messages: 3140
Inscription Forum: 25 Avr 2007 0:43
Localisation: Val d'oise
  • offline

Message » 26 Mai 2014 22:58

je verifie ca de suite

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 26 Mai 2014 23:13

Code: Tout sélectionner
23:04:35 T:2956  NOTICE: special://profile/ is mapped to: special://masterprofile/
23:04:35 T:2956  NOTICE: -----------------------------------------------------------------------
23:04:35 T:2956  NOTICE: Starting XBMC (13.0-RC1 Git:20140427-2372235). Platform: x86 Win32 32-bit
23:04:35 T:2956  NOTICE: Using Release XBMC x32 build, compiled Apr 27 2014 by MSVC 160040219 for x86 Win32 32-bit version 0x06000000
23:04:35 T:2956  NOTICE: Running on Windows 7 SP1 64-bit, build 7601
23:04:35 T:2956  NOTICE: Host CPU: AMD Phenom(tm) II X4 925 Processor, 4 cores available
23:04:35 T:2956  NOTICE: Desktop Resolution: 1680x1050 32Bit at 60Hz
23:04:35 T:2956  NOTICE: Running with restricted rights
23:04:35 T:2956  NOTICE: Aero is enabled
23:04:35 T:2956  NOTICE: special://xbmc/ is mapped to: C:\Program Files (x86)\XBMC
23:04:35 T:2956  NOTICE: special://xbmcbin/ is mapped to: C:\Program Files (x86)\XBMC
23:04:35 T:2956  NOTICE: special://masterprofile/ is mapped to: C:\Users\Eric\AppData\Roaming\XBMC\userdata
23:04:35 T:2956  NOTICE: special://home/ is mapped to: C:\Users\Eric\AppData\Roaming\XBMC\
23:04:35 T:2956  NOTICE: special://temp/ is mapped to: C:\Users\Eric\AppData\Roaming\XBMC\cache
23:04:35 T:2956  NOTICE: The executable running is: C:\Program Files (x86)\XBMC\XBMC.exe
23:04:35 T:2956  NOTICE: Local hostname: Eric-PC
23:04:35 T:2956  NOTICE: Log File is located: C:\Users\Eric\AppData\Roaming\XBMC\xbmc.log
23:04:35 T:2956  NOTICE: -----------------------------------------------------------------------
23:04:35 T:2956  NOTICE: load settings...
23:04:35 T:2956  NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
23:04:35 T:2956  NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
23:04:35 T:2956  NOTICE: Default DVD Player: dvdplayer
23:04:35 T:2956  NOTICE: Default Video Player: dvdplayer
23:04:35 T:2956  NOTICE: Default Audio Player: paplayer
23:04:35 T:2956  NOTICE: Disabled debug logging due to GUI setting. Level 0.
23:04:35 T:2956  NOTICE: Log level changed to 0
23:04:35 T:2956  NOTICE: CMediaSourceSettings: loading media sources from special://masterprofile/sources.xml
23:04:35 T:2956  NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
23:04:35 T:2956  NOTICE: Loaded playercorefactory configuration
23:04:35 T:2956  NOTICE: Loading player core factory settings from special://profile/playercorefactory.xml.
23:04:35 T:2956  NOTICE: Loaded playercorefactory configuration
23:04:35 T:4460  NOTICE: Thread ActiveAE start, auto delete: false
23:04:35 T:1600  NOTICE: Thread AESink start, auto delete: false
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTSHD" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_TRUEHD" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_EAC3" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_DTS" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AC3" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_AAC" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: sample rate 192khz on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: CAESinkWASAPI::EnumerateDevicesEx: data format "AE_FMT_LPCM" on device "Audio numérique (HDMI) (Périphérique High Definition Audio)" seems to be not supported.
23:04:35 T:4460  NOTICE: Found 2 Lists of Devices
23:04:35 T:4460  NOTICE: Enumerated DIRECTSOUND devices:
23:04:35 T:4460  NOTICE:     Device 1
23:04:35 T:4460  NOTICE:         m_deviceName      : {61B257F2-1AB4-4950-843D-20EC7B9E7A7D}
23:04:35 T:4460  NOTICE:         m_displayName     : Speakers - Haut-parleurs (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: DIRECTSOUND: Haut-parleurs (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
23:04:35 T:4460  NOTICE:     Device 2
23:04:35 T:4460  NOTICE:         m_deviceName      : default
23:04:35 T:4460  NOTICE:         m_displayName     : default
23:04:35 T:4460  NOTICE:         m_displayNameExtra:
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_FLOAT
23:04:35 T:4460  NOTICE:     Device 3
23:04:35 T:4460  NOTICE:         m_deviceName      : {8CE94980-478E-4C81-9720-70186CEBFE52}
23:04:35 T:4460  NOTICE:         m_displayName     : SPDIF - Audio numérique (SPDIF) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: DIRECTSOUND: Audio numérique (SPDIF) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
23:04:35 T:4460  NOTICE:     Device 4
23:04:35 T:4460  NOTICE:         m_deviceName      : {A9F6DE54-C8A6-490B-8080-325B995F74F0}
23:04:35 T:4460  NOTICE:         m_displayName     : HDMI - Audio numérique (HDMI) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: DIRECTSOUND: Audio numérique (HDMI) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_FLOAT,AE_FMT_AC3,AE_FMT_DTS
23:04:35 T:4460  NOTICE: Enumerated WASAPI devices:
23:04:35 T:4460  NOTICE:     Device 1
23:04:35 T:4460  NOTICE:         m_deviceName      : {61B257F2-1AB4-4950-843D-20EC7B9E7A7D}
23:04:35 T:4460  NOTICE:         m_displayName     : Speakers - Haut-parleurs (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: WASAPI: Haut-parleurs (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
23:04:35 T:4460  NOTICE:     Device 2
23:04:35 T:4460  NOTICE:         m_deviceName      : default
23:04:35 T:4460  NOTICE:         m_displayName     : default
23:04:35 T:4460  NOTICE:         m_displayNameExtra:
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_PCM
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR,FC,LFE,SL,SR,BL,BR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 192000,96000,48000,44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
23:04:35 T:4460  NOTICE:     Device 3
23:04:35 T:4460  NOTICE:         m_deviceName      : {8CE94980-478E-4C81-9720-70186CEBFE52}
23:04:35 T:4460  NOTICE:         m_displayName     : SPDIF - Audio numérique (SPDIF) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: WASAPI: Audio numérique (SPDIF) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_IEC958
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 192000,96000,88200,48000,44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S24NE4,AE_FMT_S24LE4,AE_FMT_S24BE4,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE
23:04:35 T:4460  NOTICE:     Device 4
23:04:35 T:4460  NOTICE:         m_deviceName      : {A9F6DE54-C8A6-490B-8080-325B995F74F0}
23:04:35 T:4460  NOTICE:         m_displayName     : HDMI - Audio numérique (HDMI) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_displayNameExtra: WASAPI: Audio numérique (HDMI) (Périphérique High Definition Audio)
23:04:35 T:4460  NOTICE:         m_deviceType      : AE_DEVTYPE_HDMI
23:04:35 T:4460  NOTICE:         m_channels        : FL,FR
23:04:35 T:4460  NOTICE:         m_sampleRates     : 192000,48000,44100
23:04:35 T:4460  NOTICE:         m_dataFormats     : AE_FMT_DTSHD,AE_FMT_TRUEHD,AE_FMT_EAC3,AE_FMT_DTS,AE_FMT_AC3,AE_FMT_AAC,AE_FMT_S16NE,AE_FMT_S16LE,AE_FMT_S16BE,AE_FMT_LPCM
23:04:35 T:2956  NOTICE: Running database version Addons16
23:04:36 T:2956  NOTICE: ADDONS: Using repository repository.xbmc.org
23:04:36 T:2956  NOTICE: ADDONS: Using repository repository.pvr-win32.xbmc.org
23:04:36 T:4452  NOTICE: Thread RemoteControl start, auto delete: false
23:04:36 T:3540  NOTICE: Thread PeripBusCEC start, auto delete: false
23:04:36 T:1608  NOTICE: Thread PeripBusUSB start, auto delete: false
23:04:36 T:2956  NOTICE: Found screen: Moniteur Plug-and-Play générique on AMD Radeon R7 200 Series, adapter 0.
23:04:36 T:2956  NOTICE: Primary mode: 1680x1050@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 640x480@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 640x480@ 59.94 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 640x480@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 720x480@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 720x480@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 720x576@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 720x576@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 800x600@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 800x600@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1024x768@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1024x768@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1280x720@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x720@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x768@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x768@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x800@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x800@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x960@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x960@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1280x1024@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1280x1024@ 75.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1360x768@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1366x768@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Previous line repeats 2 times.
23:04:36 T:2956  NOTICE: Additional mode: 1440x900@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Additional mode: 1680x1050@ 60.00 - Full Screen
23:04:36 T:2956  NOTICE: Checking resolution 16
23:04:37 T:2956  NOTICE: No Joystick name specified, loading default map
23:04:37 T:2956  NOTICE: Previous line repeats 35 times.
23:04:37 T:2956  NOTICE: Running database version Addons16
23:04:37 T:2956  NOTICE: Running database version ViewModes6
23:04:37 T:2956  NOTICE: Running database version Textures13
23:04:37 T:2956  NOTICE: Running database version MyMusic46
23:04:37 T:2956  NOTICE: Running database version MyVideos78
23:04:37 T:2956  NOTICE: Running database version TV22
23:04:37 T:2956  NOTICE: Running database version Epg7
23:04:37 T:2956  NOTICE: initializing playlistplayer
23:04:37 T:2956  NOTICE: DONE initializing playlistplayer
23:04:37 T:2956 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
23:04:37 T:2956 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
23:04:37 T:4172  NOTICE: Thread LanguageInvoker start, auto delete: false
23:04:37 T:2956  NOTICE: Previous line repeats 5 times.
23:04:37 T:2956  NOTICE: CApplication::UpdateLibraries - Starting video library startup scan
23:04:37 T:4944  NOTICE: Thread VideoInfoScanner start, auto delete: false
23:04:37 T:2956  NOTICE: initialize done
23:04:37 T:3688  NOTICE: Thread LanguageInvoker start, auto delete: false
23:04:37 T:2956  NOTICE: Running the application...
23:04:37 T:4192  NOTICE: Thread JobWorker start, auto delete: true
23:04:37 T:2956  NOTICE: starting zeroconf publishing
23:04:37 T:2956  NOTICE: Webserver: Starting...
23:04:37 T:4172  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:4488  NOTICE: Thread JobWorker start, auto delete: true
23:04:37 T:2956  NOTICE: WebServer: Started the webserver
23:04:37 T:2956  NOTICE: starting upnp controller
23:04:37 T:3492  NOTICE: Thread JobWorker start, auto delete: true
23:04:37 T:2956  NOTICE: starting upnp server
23:04:37 T:2956  NOTICE: starting upnp renderer
23:04:37 T:2956  NOTICE: ES: Starting event server
23:04:37 T:4944  NOTICE: VideoInfoScanner: Starting scan ..
23:04:37 T:4908  NOTICE: Thread TCPServer start, auto delete: false
23:04:37 T:4492  NOTICE: Thread EventServer start, auto delete: false
23:04:37 T:4492  NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
23:04:37 T:4492  NOTICE: UDP: Listening on port 9777
23:04:37 T:4808  NOTICE: Thread RSSReader start, auto delete: false
23:04:37 T:2380  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:3288  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:3512  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:3688  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:2260  NOTICE: -->Python Interpreter Initialized<--
23:04:37 T:4312  NOTICE: -->Python Interpreter Initialized<--
23:04:38 T:4676  NOTICE: Thread FileCache start, auto delete: false
23:04:38 T:3512  NOTICE: Previous line repeats 1 times.
23:04:38 T:3512  NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting background proc (6.0.10)
23:04:38 T:2724  NOTICE: Thread FileCache start, auto delete: false
23:04:38 T:4312  NOTICE: RCB Service: Start
23:04:38 T:4312  NOTICE: RCB Service: launch RCB on startup =
23:04:38 T:4312  NOTICE: RCB Service: scrape games on startup = false
23:04:38 T:4312  NOTICE: RCB Service: Done
23:04:39 T:4992  NOTICE: Thread AlarmClock start, auto delete: false
23:04:39 T:5064  NOTICE: Thread FileCache start, auto delete: false
23:04:39 T:3688  NOTICE:  StorageServer Module loaded RUN
23:04:39 T:3688  NOTICE: StorageClient-2.5.4 Starting server
23:04:40 T:824  NOTICE: Thread BackgroundLoader start, auto delete: false
23:04:40 T:3512  NOTICE: script.tv.show.next.aired: ### starting data update
23:04:40 T:1932  NOTICE: Thread FileCache start, auto delete: false
23:04:41 T:4884  NOTICE: Previous line repeats 1 times.
23:04:41 T:4884  NOTICE: Thread BackgroundLoader start, auto delete: false
23:04:42 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #72389 - 3rd Rock from the Sun
23:04:43 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #76290 - 24
23:04:44 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #164981 - Blue Bloods
23:04:44 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #81189 - Breaking Bad
23:04:45 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #80349 - Californication
23:04:46 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #94571 - Community
23:04:46 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #261802 - Devious Maids
23:04:47 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #79349 - Dexter
23:04:47 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #82066 - Fringe
23:04:48 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #73762 - Grey's Anatomy
23:04:48 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #259063 - Hannibal
23:04:49 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #212961 - Hell On Wheels
23:04:49 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #247897 - Homeland
23:04:50 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #262980 - House of Cards
23:04:50 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #121361 - Le Trone de fer
23:04:51 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #72546 - Les Experts
23:04:51 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #95011 - Modern Family
23:04:52 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #72227 - Mon oncle Charlie
23:04:53 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #248837 - Revenge
23:04:53 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #176941 - Sherlock
23:04:54 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/FIGHT CLUB/Fight.Club.MULTI.[French-English-Comm-Subs].720p.DTheater.x264-ESiR.[emule-island.com].mkv', it won't be added to the library.
23:04:54 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #258744 - The Following
23:04:54 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/GETAWAY/GATEAWAY.mkv', it won't be added to the library.
23:04:54 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #95021 - The Middle
23:04:55 T:3512  NOTICE: script.tv.show.next.aired: ### getting series & episode info for #259057 - The Neighbors
23:04:55 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/HANNIBALE/HANNIBALl.mkv', it won't be added to the library.
23:04:56 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/INTERNAL AFFAIRS/AFFAIRES INTERNES.mkv', it won't be added to the library.
23:04:56 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #82283 - True Blood
23:04:57 T:3512  NOTICE: script.tv.show.next.aired: ### getting series info for #260449 - Vikings
23:04:57 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/LA LEGENDE D'HERCULES/LA LEGENDE D'HERCULES.mkv', it won't be added to the library.
23:04:57 T:3512  NOTICE: script.tv.show.next.aired: ### data update finished
23:04:58 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/LA VIE SECRETE DE WALTER MITTY/LA VIE SECRETE DE WALTER MITTY.mkv', it won't be added to the library.
23:04:59 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/LE HOBBIT,LA DESOLATION DE SMAUG/LE HOBITT,LA DESOLATION DE SMAUG.mkv', it won't be added to the library.
23:04:59 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/LE SILENCE DES AGNEAUX/LE SILENCENSE DES AGNEAUX.mkv', it won't be added to the library.
23:05:01 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/NUIT BLANCHE/NUIT BLANCE.mkv', it won't be added to the library.
23:05:03 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/RESTLESS/nrdhd-restless720-French-Movies.Net.mkv', it won't be added to the library.
23:05:07 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/WATER FOR ELEPHANTS/WATER FOR ELEPHANT.mkv', it won't be added to the library.
23:05:07 T:4944 WARNING: No information found for item 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/WYATTEARP/WYATTEARP.mkv', it won't be added to the library.
23:05:07 T:4944 WARNING: VIDEO::CVideoInfoScanner::Process directory 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/REAL STEEL/' does not exist - skipping scan.
23:05:07 T:4944 WARNING: VIDEO::CVideoInfoScanner::Process directory 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/THE FAMILY/' does not exist - skipping scan.
23:05:07 T:4944 WARNING: VIDEO::CVideoInfoScanner::Process directory 'smb://ERIC-NAS/Public/FILMS/HD/NEWS HD/YOUNG GUNS/' does not exist - skipping scan.
23:05:09 T:2944  NOTICE: Thread LanguageInvoker start, auto delete: false
23:05:09 T:2944  NOTICE: -->Python Interpreter Initialized<--
23:05:19 T:4944  NOTICE: VideoInfoScanner: Finished scan. Scanning for video info took 00:41
23:05:21 T:1472  NOTICE: Thread JobWorker start, auto delete: true
23:05:48 T:3240  NOTICE: Thread Timer start, auto delete: false
23:06:47 T:4952  NOTICE: Thread JobWorker start, auto delete: true
23:09:54 T:2956  NOTICE: Previous line repeats 1 times.
23:09:54 T:2956  NOTICE: Log level changed to 2
23:09:54 T:2956  NOTICE: Enabled debug logging due to GUI setting. Level 2.
23:09:54 T:2956   DEBUG: ------ Window Init () ------
23:09:59 T:2956   DEBUG: ------ Window Deinit (Pointer.xml) ------
23:10:01 T:2956   DEBUG: ------ Window Init (Pointer.xml) ------
23:10:14 T:2956   DEBUG: CWinEventsWin32::WndProcWindow is active
23:10:14 T:2956   DEBUG: CWinEventsWin32::WndProc: Focus switched to process C:\Program Files\Logitech\SetPointP\SetPoint.exe
23:10:19 T:2956   DEBUG: ------ Window Deinit (Pointer.xml) ------
23:10:32 T:2956   DEBUG: ------ Window Init (Pointer.xml) ------
23:10:35 T:2956   DEBUG: CJoystick::Initialize : No Joystick found
23:10:35 T:2956   DEBUG: CWinEventsWin32::WndProcWindow is active
23:10:35 T:2956   DEBUG: CApplication::ProcessMouse: trying mouse action leftclick
23:10:37 T:2956   DEBUG: Previous line repeats 1 times.
23:10:37 T:2956   DEBUG: Activating window ID: 10000
23:10:37 T:2956   DEBUG: ------ Window Deinit (SettingsCategory.xml) ------
23:10:37 T:2956   DEBUG: ------ Window Init (Home.xml) ------
23:10:39 T:2956   DEBUG: CApplication::ProcessMouse: trying mouse action mousedrag
23:10:41 T:2956   DEBUG: Previous line repeats 1 times.
23:10:41 T:2956   DEBUG: CApplication::ProcessMouse: trying mouse action leftclick
23:10:41 T:2956   DEBUG: Activating window ID: 10111
23:10:41 T:2956   DEBUG: ------ Window Init (DialogButtonMenu.xml) ------
23:10:41 T:2956    INFO: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
23:10:42 T:2956   DEBUG: CApplication::ProcessMouse: trying mouse action leftclick
23:10:42 T:2956   DEBUG: CAnnouncementManager - Announcement: OnQuit from xbmc
23:10:42 T:2956   DEBUG: GOT ANNOUNCEMENT, type: 8, from xbmc, message OnQuit
23:10:42 T:2956  NOTICE: Storing total System Uptime
23:10:42 T:4992   DEBUG: Thread AlarmClock 4992 terminating
23:10:42 T:2956  NOTICE: Saving settings
23:10:42 T:2956  NOTICE: stop all
23:10:42 T:2956  NOTICE: stop player
23:10:42 T:2956    INFO: stopping PVRManager
23:10:42 T:2956   DEBUG: CNetwork::NetworkMessage - Signaling network services to stop
23:10:42 T:2956  NOTICE: ES: Stopping event server
23:10:42 T:2956   DEBUG: CNetwork::NetworkMessage - Waiting for network services to stop
23:10:42 T:2956  NOTICE: stopping upnp
23:10:42 T:4908   DEBUG: Thread TCPServer 4908 terminating
23:10:42 T:4492  NOTICE: ES: UDP Event server stopped
23:10:42 T:4492   DEBUG: Thread EventServer 4492 terminating
23:10:43 T:2956  NOTICE: stopping zeroconf publishing
23:10:43 T:2956   DEBUG: ZeroconfMDNS: Shutdown services
23:10:43 T:2956   DEBUG: ZeroconfMDNS: Removed service servers.eventserver
23:10:43 T:2956   DEBUG: ZeroconfMDNS: Removed service servers.jsonrpc-http
23:10:43 T:2956   DEBUG: ZeroconfMDNS: Removed service servers.jsonrpc-tpc
23:10:43 T:2956   DEBUG: ZeroconfMDNS: Removed service servers.webserver
23:10:43 T:2956  NOTICE: Webserver: Stopping...
23:10:43 T:2956  NOTICE: WebServer: Stopped the webserver
23:10:43 T:2956  NOTICE: Webserver: Stopped...
23:10:43 T:1608   DEBUG: Thread PeripBusUSB 1608 terminating
23:10:43 T:3540   DEBUG: Thread PeripBusCEC 3540 terminating
23:10:43 T:2956  NOTICE: stop sap announcement listener
23:10:43 T:2956  NOTICE: clean cached files!
23:10:43 T:2956  NOTICE: unload skin
23:10:43 T:2956    INFO: Unloading old skin ...
23:10:43 T:2956   DEBUG: ------ Window Deinit () ------
23:10:43 T:2956   DEBUG: ------ Window Deinit (Home.xml) ------
23:10:43 T:2956   DEBUG: ------ Window Deinit (Pointer.xml) ------
23:10:43 T:2956   DEBUG: CTextureBundleXBT::Cleanup - Closed bundle
23:10:43 T:2956   DEBUG: ADDON: Stopping service addons.
23:10:44 T:4172   DEBUG: CU LRC Lyrics: script version 2.0.9 ended
23:10:44 T:4172    INFO: CPythonInvoker(0, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py): script successfully run
23:10:44 T:2956   DEBUG: CPythonInvoker(0, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py): script termination took 746ms
23:10:44 T:4172 WARNING: CPythonInvoker(0, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py): the python script "C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cu.lrclyrics\default.py" has left several classes in memory that we couldn't clean up. The classes include: class PythonBindings::XBMCAddon_xbmc_Monitor_Director,class PythonBindings::XBMCAddon_xbmc_Player_Director
23:10:44 T:4172    INFO: Python script interrupted by user
23:10:44 T:3288   DEBUG: Skin Widgets: script version 0.0.29 stopped
23:10:44 T:3288    INFO: CPythonInvoker(2, C:\Users\Eric\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py): script successfully run
23:10:44 T:2956   DEBUG: CPythonInvoker(2, C:\Users\Eric\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py): script termination took 497ms
23:10:44 T:4172   DEBUG: Thread LanguageInvoker 4172 terminating
23:10:44 T:3288 WARNING: CPythonInvoker(2, C:\Users\Eric\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py): the python script "C:\Users\Eric\AppData\Roaming\XBMC\addons\service.skin.widgets\default.py" has left several classes in memory that we couldn't clean up. The classes include: class PythonBindings::XBMCAddon_xbmc_Monitor_Director,class XBMCAddon::xbmcgui::Window,class PythonBindings::XBMCAddon_xbmc_Player_Director
23:10:44 T:3288    INFO: Python script interrupted by user
23:10:45 T:3688  NOTICE: StorageServer-2.5.4 Closed down
23:10:45 T:3688    INFO: CPythonInvoker(6, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py): script successfully run
23:10:45 T:2956   DEBUG: CPythonInvoker(6, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py): script termination took 456ms
23:10:45 T:3288   DEBUG: Thread LanguageInvoker 3288 terminating
23:10:45 T:3688    INFO: Python script interrupted by user
23:10:45 T:2260   DEBUG: [Cinema Experience] - Cinema Experience service script version 4.0.10 stopped
23:10:45 T:2260    INFO: CPythonInvoker(4, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cinema.experience\service.py): script successfully run
23:10:45 T:2956   DEBUG: CPythonInvoker(4, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.cinema.experience\service.py): script termination took 35ms
23:10:45 T:3688   DEBUG: Thread LanguageInvoker 3688 terminating
23:10:45 T:2260    INFO: Python script interrupted by user
23:10:45 T:3512  NOTICE: script.tv.show.next.aired: ### abort requested -- stopping background processing
23:10:45 T:3512    INFO: CPythonInvoker(5, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\service.py): script aborted
23:10:45 T:2956   DEBUG: CPythonInvoker(5, C:\Users\Eric\AppData\Roaming\XBMC\addons\script.tv.show.next.aired\service.py): script termination took 339ms
23:10:45 T:2260   DEBUG: Thread LanguageInvoker 2260 terminating
23:10:45 T:3512    INFO: Python script interrupted by user
23:10:45 T:3512   DEBUG: Thread LanguageInvoker 3512 terminating
23:10:45 T:4460   DEBUG: Thread ActiveAE 4460 terminating
23:10:45 T:1600   DEBUG: Thread AESink 1600 terminating
23:10:45 T:2956  NOTICE: stopped
23:10:45 T:2956  NOTICE: destroy
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDDF00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F98680 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D700 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2CE00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFDB00 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFD680 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE380 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDD888 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE608 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204108 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204588 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204E88 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDDB10 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204390 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDD918 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D598 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D118 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFD518 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204618 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05E15A18 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F98C20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D3A0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 051E1B20 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 052048A0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2CD28 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F98A28 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D628 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFD5A8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 051E1928 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204228 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204B28 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFE130 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE0B0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D8B0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFD830 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204030 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDDA38 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D238 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFDAB8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE7B8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE338 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 052042B8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D040 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE140 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05FBF8C8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F986C8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D2C8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFE250 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDDD50 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFE058 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE458 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDD960 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EFDE60 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE6E0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE068 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F780E8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204468 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 052046F0 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05204B70 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F3C2F8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE0F8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2D478 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05F2CFF8 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956    INFO: ADDON: cpluff: 'An unreleased information object was encountered at address 05EDE578 with reference count 1 when destroying the associated plug-in context. Not releasing the object.'
23:10:45 T:2956  NOTICE: closing down remote control service
23:10:45 T:2956  NOTICE: unload sections
23:10:45 T:2956   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:10:45 T:2956   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
23:10:45 T:2956   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:10:45 T:2956   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
23:10:45 T:2956  NOTICE: special://profile/ is mapped to: special://masterprofile/
23:10:45 T:2956   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:10:45 T:2956   DEBUG: GOT ANNOUNCEMENT, type: 2, from xbmc, message OnClear
23:10:45 T:2956  NOTICE: destroy
23:10:45 T:2956 WARNING: Attempted to remove window 10013 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10014 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10015 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10016 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10017 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10018 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10019 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10021 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10107 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10115 from the window manager when it didn't exist
23:10:45 T:2956 WARNING: Attempted to remove window 10104 from the window manager when it didn't exist
23:10:45 T:2956  NOTICE: closing down remote control service
23:10:45 T:2956  NOTICE: unload sections
23:10:45 T:2956   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:10:45 T:2956   DEBUG: Previous line repeats 1 times.
23:10:45 T:2956  NOTICE: application stopped...
23:10:45 T:2956   DEBUG: PVRManager - destroyed
23:10:45 T:2956   DEBUG: CAnnouncementManager - Announcement: OnClear from xbmc
23:10:45 T:2956   DEBUG: Previous line repeats 1 times.
23:10:45 T:2956   DEBUG: SECTION:UnloadDll(special://xbmcbin/system/libcurl.dll)
23:10:45 T:2956   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/players/dvdplayer/avutil-52.dll)
23:10:45 T:2956   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/players/dvdplayer/avcodec-54.dll)
23:10:45 T:2956   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/players/dvdplayer/avformat-54.dll)
23:10:45 T:2956   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/cpluff.dll)
23:10:45 T:2956   DEBUG: SECTION:UnloadAll(DLL: special://xbmcbin/system/libcec.dll)


l'ip et port xbmc et yatse sont idem
mot de passe et loggin idem...

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 27 Mai 2014 18:18

Bonjour à tous!
Me revoilà, rpi reçu et installé sous openelec+XBMC skin de base pour l'instant...je l'ai même overclocké pour plus de fludité...
J'ai fais quelques essais pour lire mes videos stockés sur mon NAS en passant directement par le rpi...he ben ça fonctionne pas mal cette petite bête! :D je me demande m^me si je ne vais pas vendre ma Dune du coup! :wtf:

Pour l'instant je peux piloter via ma tablette (yatse) et même la télécommande de la TV, le tout.

J'aimerais bien quand même essayé de lire via la DUNE (qui doit être plus "efficace" pour lire de gros fichiers bluray), pour ça évidement il me faut le bon script par rapport à ma config!
Je vais déjà essayer ce que préconise lyksyr :thks: à travers ses scripts vu qu'on a un peu près la même config ( hdmi1:xbmc sur rpi/ hdmi2:TV freebox/hdmi3:Dune)..on verra bien!

Pour la télécommande en attendant irule je vais continuer sur yatse!
A bientôt pour la suite... :D
litfiba
 
Messages: 356
Inscription Forum: 08 Fév 2004 17:34
  • offline

Message » 27 Mai 2014 21:13

Yep le RPi suffit pour du MKV pas trop balèze, mais pour du backup de BD (iso ou vdmv) ça va coincer, il est pas assez costaud..
La Dune n'est pas encore morte ;)
djoole
 
Messages: 3140
Inscription Forum: 25 Avr 2007 0:43
Localisation: Val d'oise
  • offline

Message » 27 Mai 2014 23:53

bonsoir,
petit bilan:
n'ayant pas trouve d’où venait le problème entre yatsé et xbmc de mon pc :wtf: :wtf: j'ai essayer avec 2 autres appli
nb: les paramètres d'xbmc sur mon pc et yatse ainsi que ceux entrés dans les 2 autres applications ci-dessous sont identiques
mais rien n'y fait je peux piloter mon xbmc/pc avec yatse mais pas moyen de faire une synchro pour créer une mediatheque.

xbmc remote (version android sur tab): ca marche nickel !! je voyage dans mes jaquettes sur ma tab et je lance le film depuis la tab et la dune prend le relais.

xbmc (version android sur tab) : ca marche nickel !! la aussi,je voyage dans l'interface xbmc et si je veux lancer un truc,appui long sur le fichier et la je choisi le player (dans mon cas),l'xbmc de mon pc qui lui renvoie sur la Dune.

je pense "raccourcir" tout ca avec un Rpi ce qui me permettra je pense de me passer de mon pc mais de conserver la Dune.

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 28 Mai 2014 9:12

Bien bien tout ça :)
djoole
 
Messages: 3140
Inscription Forum: 25 Avr 2007 0:43
Localisation: Val d'oise
  • offline

Message » 28 Mai 2014 17:30

lyksyr a écrit:en fait, pour xbmc sur les tablettes c'est même plus simple, pas besoin de dunefeeder.sh
il faut juste créer le playercorefactory.xml dans un de ces emplacements (ça dépends de l'android) :
/Android/data/org.xbmc.xbmc/files/.xbmc/userdata/
/sdcard/Android/data/org.xbmc.xbmc/files/.xbmc/
/data/data/org.xbmc.xbmc/files/.xbmc/

le playercorefactory.xml :
Code: Tout sélectionner
    <playercorefactory>
     <players>
       <player name="WGET" type="ExternalPlayer" audio="false" video="true">
         <filename>wget</filename>
         <args>"http://192.168.0.199/cgi-bin/do?cmd=start_file_playback&speed=0&media_url={1}"</args>
         <hidexbmc>false</hidexbmc>
         <hideconsole>false</hideconsole>
         <warpcursor>none</warpcursor>
       </player>
     </players>
     <rules action="prepend">
       <rule video="true" player="WGET"/>
     </rules>
    </playercorefactory>


la seule inconnue, c'est si wget est installé sur android
ou bien curl, qui peut faire la même chose parait-il
ou un script python ?


ce soir je tente :wink:

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 28 Mai 2014 21:48

lyksyr a écrit:les dossiers commençant par un . sont cachés...


au cas ou... si ca peut aider

j'ai galere a domf pour trouver comment faire apparaitre les fichiers cachés de ma tab sur mon pc :grr:
je pouvais les voir avec un explorateur de fichiers directement sur la tab mais pas sur mon windows

--> sur la tab: il suffit de renommer le fichier commençant par un . et il apparaitra sur l'explorateur de windows
apres usage,renommer sur le pc le fichier comme d'origine sans oublier le .

La configuration dans mon profil


VP: Epson Tw9400 /Ecran Screenline Radiance wave 0.8 (2.4m) - SOURCES: Nvidia Shield Pro /NAS Qnap /PcHc Kaz Config 9 (MadVr) - AMPLI: Denon 3700HC /ampli puissance Emotiva Basx3
AUDIO: Focal Aria 926 /CC900 /906 /sub: SvS SB 1000 Pro
RORK
Membre HCFR
Membre HCFR
 
Messages: 857
Inscription Forum: 30 Sep 2002 1:31
Localisation: Mons (Belgique)
  • online

Message » 30 Mai 2014 9:52

Ou bien juste activer l'option d'affichage des fichiers cachés dans ton windows ;)
djoole
 
Messages: 3140
Inscription Forum: 25 Avr 2007 0:43
Localisation: Val d'oise
  • offline

Message » 30 Mai 2014 13:31

ou utiliser es explorateur de fichiers. c'est une boite à outils très pratique
lyksyr
 
Messages: 1820
Inscription Forum: 27 Déc 2007 17:08
Localisation: Angers
  • offline


Retourner vers Logiciel PC Home-cinéma

 
  • Articles en relation
    Dernier message