AppleScript and VLC

Hi, I am new to scripting and am using an AppleScript to open a udp stream in VLC sucessfully. Example below:
tell application "VLC"
     OpenURL "udp://@239.192.1.107:5000"
     play
end tell
However, when I try and execute this from the terminal using the command -e 'tell application "VLC" to OpenURL "udp://@239.192.1.107:5000" and play' it will not work.
I am assuming some of the characters like : are causing issues as these would need to be escaped or quoted correctly.
Is anyone able to point me in the right direction?
Thanks in advance.

this should work (be careful with the single-quotes):
osascript -e 'tell application "VLC"
     OpenURL "udp://@239.192.1.107:5000"
     play
end tell'

Similar Messages

  • Run VLC as background through Applescript, and more

    Qualifiers:
    VLC version 0.9.10
    OSX 10.4.11
    Applescript 2.1
    I am trying to set up an Applescript to run VLC in stream capture mode in the background.   I can get it to work with:
    do shell script "[path to bundle in VLC app] [stream URL] --sout=file/raw:[path to saved file].raw &> /dev/null 2>&1& echo $!"
    This opens up a VLC application window, captures, and all is fine.  Before I routed all the output at the end of the command it would capture the stream but the script would remain frozen until I quit the VLC application, hence the stuff at the end.  My script needs to keep running actively because it includes a component to periodically check the capture is still taking place (my Internet connection can be dodgy with wi-fi interference from neighbors) by monitoring the modification date of the capture file, so I have to route the output to null so the script doesn't hang.  I tried running it with just the background & and it still hung.  Oh, I am capturing the PID so I can include a kill command to stop the process later.
    I tried doing something similar with
    do script with command etc. -- (modification of end of command line so it finishes after ".raw")
    in Terminal and it worked too, though it opened up a couple of Terminal windows which had to stay open all the time and when I wanted to stop the capture I had to close the VLC Terminal window.
    Now the real issue.  I want to have a second copy of VLC running for other use while the first is doing things quietly.  I know it can be done.  Before writing my Applescript I used to have one copy of VLC in GUI mode capturing a stream and a second copy of the app in GUI for playing other media, both running happily side by side.  It also worked when I ran it from an Applescript with the first VLC channeling through Terminal output. Now when I have the first copy running via Applescript I can open the second copy but when I try to play a file VLC just plays the whole thing back in a few seconds with no output.  It seems the output channeling from the first command line invocation of VLC is also influencing the second application (?? !)  Although I have renamed the application I didn't start messing with things in the app package itself so maybe I also need to change some identifiers in plist settings or bundle names so it really is accepted as a completely different app?
    I know this is a mix of archaic OSX technologies, both Unix and Applescript, and maybe something non-Apple and VLC-specific but I spent an hour or two doing web searches for tips, and a lot of experimentation with various combinations myself and didn't get far.  I am not sure if I have explored all the possibilities with the shell command, or if I can do something to change my second VLC application so it truly stands alone, or this just won't work, or...?
    Oh, just in case somebody suggests it, using an "open" in a shell script does not have a -n flag under Tiger OS, so I can't start a new instance of the old VLC that way (and it may suffer the same problem).

    I discovered that even when I quit my script and tried running VLC normally after that it still wasn't playing things normally although repeated runs of the script go things running in the background fine.  I trashed VLC's preferences and things played normally.  I really wish I know how to get a second copy of VLC to run in complete isolation of the first, including separate preferences, since it is a nuisance to have to trash preferences to switch between uses of VLC.

  • Need help with applescript and Xcode 4.3.2

    I'm trying to write my first application that will involve a GUI. I can code applescript using script editor with a bit of effort, but I'm want to have users input more than one piece of information in the pop up. So, I download xcode, create my first applescript cocoa project go to MainMenu.xib and add a bunch of labels, text fields and buttons. Looks fairly nice... Go to start it and... nothing (well the window pops up, but it doesn't do anything). Unfortunately, I haven't figured out how to link the window to the applescript... So, how do I...
    * Have the applescript prepopulate data in the text fields and pulldowns
    * Once the user changes the data in the fields tell the applescript
    * Tell the window to close and pass the control back to the applescript once either the cancel or submit button is pressed.
    More detailed...
    * What's an outlet and how do I use it here? Which of the 18 outlet(s) do i use for this?
    * What's a property (referenced on one of the web pages I saw around applescript and cocoa) and do I need them here?
    Looking at the documentation with xcode, there isn't a lot about xcode and applescipt. Looking at the web, the top links are a few years old. So, links to good relevent documentation would be very nice as well as direct answers to the questions
    Thanks,
    Scott

    I'm not sure why you are closing it, but the NSApplication class is what keeps track of the windows.  If you don't want to connect the window to an outlet from the interface editor, you can use something like
    set theWindow to current application's NSApplication's sharedApplication's mainWindow()
    ...and from there you can use whatever NSWindow methods, for example
    theWindow's performClose_(me)

  • Applescript and automator

    I have studyed html for 3 days and wordpress for 3 days , word , excel for 5 days, and llustrator and photoshop 13 yeas ago for 6 months.
    and still now its so hard to understand some how.
    but I am in need of understading now with the printed documents from my computer.
    and I wonder , so there are many defferent way to communicate with anyone out side of the world, right?
    like I know email , fax, facetime,
    but there are other way now I think because of the documents I found.
    and also with applescript and automator can do anything possible like even the child can click one and start conecting etc..
    I have the copy from its ,
    does anyone have time to explain me what it is?
    It's not that of teenager who doesn't want paretns to know or else,
    but I am quite serious for my situations.
    Please Help !
    Mac OS snow leopard to lion to moutain lion,,,,,
    but I don't know when it started yet.

    Using JavaScript to script System Events wouldn't be any better, since it uses the same Apple Events mechanism (how well it uses it is another topic).  To hold down a key you would need to use something that has access to the deeper system APIs, most likely using Xcode.
    And yes, your code snippet will press the arrow key 5 times (I am guessing that the missing space in key code is a typo).  You can place the cursor in a bunch of text in another application such as TextEdit, and use your script to activate it before performing the key codes to get a better idea of what is happening (trying to reposition the cursor in the Script Editor will reveal a bug with the delay command).

  • I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4

    I am trying to import movie files into to iMovie. They are home videos so I use handbrake and VLC to put them onto the computer and convert them to MPEG-4 files. I successfully imported two of the videos but the others are not working, they are all MPEG-4 files. Now, they are not compatible. How to I get them into imovie?

    Hi
    I use
    • DV-PAL or DV-NTSC - or -
    • AIC
    Yours Bengt W

  • Perian and VLC still can't play .avi

    I searched the board and a couple of threads recommended using Perian and VLC to play an .avi file. I've downloaded both and the file still does not play. These look to solve the problems encountered by other posters but I'm feeling pretty lame right now since it's not working for me. I'm being pretty good about opening the file the right way (it's not that hard) but I still get audio and a black screen with Quicktime and just the controller with audio, no video using VLC. Any suggestions?
    Jeff

    I'm a point and click download guy and that site looked like I needed a little more tech skill than I have to make work. I have an HP laptop via my job so we can view the file that way when I bring it home. My son made his own Lego Movie with the Park District and he was crushed we couldn't play it. I guess the Park Dist is using some pretty old PC's.
    Thank for your help,
    Jeff

  • Is this possible in AppleScript and if so how ?

    I am trying to make an app that opens AppleScript and types in things.  I then want the AppleScript that the other Applescript wrote to save as an application, and rename it.  Is this possible and if so, can you give me an example?

    If I'm following what you want, the applescript editor is fully scriptable.  In fact, there are a bunch of applescript samples in /Library/Scripts/Script Editor Scripts/ that show you how to use applescript to write and compile applescript code into a new window.  Just for a quick-and-dumb example:
    set the target_string to "X-X-X"
    set the script_text to "display dialog \"" & target_string & "\" buttons {\"OK\"} default button 1" & return
    set outputPath to POSIX path of (path to desktop folder from user domain) & "test.app"
    tell application "AppleScript Editor"
              activate
              set newDoc to make new document
              tell newDoc
                        set its text to script_text
                        try
                                  check syntax
                                  compile
                        end try
                        save in outputPath as "com.apple.application"
              end tell
    end tell

  • Using Applescript and Automator to manage files and folders

    Hi all.
    I need to make a simple action via applescript and-or automator to take the file it's been applied to (via the services) create a folder around it with the same name as the file.
    So far, I've searched the web, found some solutions but none are really working.
    Here's the script I found :
    set myFolder to findFolder()
    tell application "Finder" to set myFiles to files of myFolder as alias list
    repeat with aFile in myFiles
      set bName to my baseName(aFile)
      tell application "Finder"
      set folderExists to exists folder bName of myFolder
      if not folderExists then make new folder at myFolder with properties {name:bName}
      move aFile to folder bName of myFolder
      end tell
    end repeat
    ---------------- HANDLERS ----------------
    on baseName(myFile)
      tell application "System Events" to set {fileName, fileExt} to {name, name extension} of myFile
      return text 1 thru ((get offset of "." & fileExt in fileName) - 1) of fileName
    end baseName
    on findFolder()
      activate application "SystemUIServer"
      -- Bug pointed out by Lauri Ranta http://www.openradar.me/9406282
      tell application "Finder"
      activate
      set mySelection to (get selection)
      if mySelection ≠ {} then
      set mySelection to first item of (get selection)
      if mySelection's class = folder then
      set currentFolder to mySelection
      else if mySelection's class = document file then
      set currentFolder to parent of mySelection
      else if mySelection's class = alias file then
      set currentFolder to original item of mySelection
      end if
      else
      set currentFolder to target of front Finder window
      end if
      end tell
      return (currentFolder as alias)
    end findFolder
    And here's a page where they explain how to use automator and the Services to do what I <allmost> want, with some adaptation.
    But it still doesn't work.
    http://hbase.net/2011/08/17/move-selected-files-into-a-new-folder-using-applescr ipt-and-automator/
    So if anybody has an idea n how I could do this ?
    It It could either be a folder action (I drag and drop the files into a folder and boom, they get their folder around them)that I would set on a folder on a network drive, or locally, it doesn't matter, or a service (right clic on the file and boom folder around it.
    So if anyone could help with this I'd be grateful...

    Hi,
    Make an Automator Service (Service receives selected "Files or Folders"  in the "Finder.app").
    Use this script in the "Run AppleScript" action:
    on run {input, parameters}
        tell application "Finder"
            repeat with aFile in input
                if class of (item aFile) is not folder then
                    set {tName, fileExt} to {name, name extension} of aFile
                    if fileExt is not missing value and fileExt is not "" then
                        set tName to text 1 thru -((count fileExt) + 2) of tName
                        tell (get container of aFile)
                            if not (exists folder tName) then make new folder at it with properties {name:tName}
                            move aFile to folder tName
                        end tell
                    end if
                end if
            end repeat
        end tell
    end run
    This script work on files with a name extension.

  • IWeb Applescript and Automator - scripts you shouldn't be without

    Applescript and automator will automate mundane manual repetative task that seem to take forever. These scripts fill in iWeb's void that makes it hard to implement advance features such one click ftp publishing, code editing, swithching domain site files, etc. Don't miss out on these scripts that will save you ton of time. These are scripts you shouldn't be without.
    Work smarter not harder with iWeb applescript, only from MacEzzy.
    -- Also check out the free downloadable iWeb templates.
    Powerbook G4 Ti   Mac OS X (10.4.4)  

    Thank you for your feedback.
    -- Article never mentions compressed or uncompressed. Traditionally tiff format is used for buttons and small images on web pages and jpeg is used for higher quality photos exemplified by iWeb.
    -- Search engine spiders or crawlers start from top of the page to the bottom of html pages. They craw for topic as well as content. This is exactly what appears from iWeb html pages for meta (meta name="Generator" content="iWeb 1.0.1")
    -- I am the first to admit I don't know everything but I don't make up information. I use iWeb on a daily bases and try new things to push the envelope. Things that I find helpful to me I make it available for other iWeb community users so that they don't go through tribulation.
    -- I put google ads and paypal donate buttons throughout the pages to test if iWeb is up for commercial challenge. I also tested how well the search and replace script worked. I have exemplified in macezzy website it is possible to use iWeb for business purpose. The script worked extremely well, it would have taken hours to insert google and paypal codes manually. Using the script it only took 10 min. I wanted to share that with other users who might wanted to do similar things. Sorry if that offend you, I will remove them.
    -- I never claimed to have created the script except the script that makes the first folder in documents folder. I did change the wording so that it is clear to users that they are switching sites(domain file). I did not create the awesome search and replace script either. I do mention that I have made the iWeb_ftpUpload automator.
    I have started macezzy site when iWeb was introduced and there wasn't much information about iWeb. I have and do try many things with iWeb and report to iWeb community users of things that I find helpful. I haven't made a dollar off the site and I have invested lot of my time because I like to see other users succeed.
    Powerbook G4 Ti   Mac OS X (10.4.4)  

  • HT1338 movies played on a macbook pro stall for split seconds in quicktime and vlc. Anybody else?

    movies played on a macbook pro stall for split seconds in quicktime and vlc. Anybody else?

    Don't worry, there is nothing wrong with your computer. I have the same issue, and it is a bug. Sometimes a restart solves it. Sometimes and if you use subtitles, you will see the first line being displayed but the second one not, etc.
    I have reported that to Apple and there is hope for a fix.

  • Applescript and ditto

    Hey all at the moment I am using this script to invoke the ditto command
    I use this method because I can at least see the progress
    but I would like something a bit better
    like a display dialog at least that counts the amount of files and starts from 1 to what ever it is or some sort of percentage.
    the bottom script does not open terminal and I would like to use the display dialog in the bottom script. is this possible.
    I tried using 3rd party progress bars with no luck.
    I am not very smart on coding. I only no a bit of applescript and unix.
    Have been playing with xcode and interface builder but can never get the progress indicator to actually work for me.
    set source to (choose folder with prompt "Select the Source folder")
    set destination to (choose folder with prompt "Select the Destination folder")
    set source_unix to quoted form of POSIX path of source
    set destination_unix to quoted form of POSIX path of destination
    tell application "Terminal"
    activate
    delay 2
    do script ("ditto -V -rsrc " & (source_unix) & space & (destination_unix))
    end tell
    But.......
    I rather use
    set source to choose folder
    set destination to choose folder
    set source_unix to quoted form of POSIX path of source
    set destination_unix to quoted form of POSIX path of destination
    do shell script "ditto -V -rsrc " & source_unix & space & destination_unix
    any help on this would be great
    like I said I would like a loading bar but a display dialog giving me some indication on time -- percentage -- or file count would be great

    the bottom script does not open terminal and I would like to use the display dialog in the bottom script. is this possible.
    It can be done, but it takes a bit of extra work.
    The issue is that when you invoke do shell script, AppleScript hands control over to the script and does not do anything else until that script returns control back to AppleScript. Therefore there's no way to display your progress dialog - AppleScript doesn't get a look-in until the script completes.
    That's largely because in most cases you want your script to react to the results of the shell command and you can't do that if the command hasn't finished.
    The exception to this rule is that you can tell the shell command to return control immediately to your script. This will let you run other AppleScript commands while the shell command executes in the background.
    You do this by appending " > /dev/null 2>&1 &" to the end of the command. This redirects the output of the command to /dev/null and sends it to the background so that AppleScript can continue.
    The trick now is in getting AppleScript to know the shell command's status.
    For that the typical solution involves outputting the shell command's result to a temporary file (rather than /dev/null) which you can then read in via AppleScript. What you need now is knowing when the shell command is done which relies on another shell trick (hack?) that tells you the PID of the most recently launched command - you can use that to query if the process is still running.
    So your command should end up like:
    -- do your shell command:
    do shell script "ditto -V -rsrc " & source_unix & space & destination_unix & " > /var/tmp/my.log 2>&1 & echo $!"
      -- 'echo $!' allows you to capture the PID of that process
    set thePID to the result
    try
      repeat
        -- does the PID exist?
        do shell script "ps -p" & thePID
        -- so show progress
        display dialog (do shell script "tail -1 /var/tmp/my.log") giving up after 2
      end repeat
    on error
      -- we're done, so clean up
      do shell script "rm /var/tmp/my.log
    end try
    The revised do shell script command writes ditto's output to /var/tmp/my.log and returns the PID of that process. The repeat loop then repeatedly checks that PID's status (via ps -p). If the process is running that command succeeds so the script progresses to the 'display dialog' command where it shows you the last line of the log file (you can change this to show anything you like).
    If the ps -p command fails because the process is no longer running, that trips the on error clause in the try block which cleans up the temp file.

  • AppleScript and MIDI comms - is that possible?

    I'm getting into AppleScript, had a lot of fun with FaceSpan - now I want to talk to my musical instruments over MIDI, how can I do that using AppleScript? It seems I need some "interface" between the AppleScript and the serial port. My latest idea is to somehow use OMS or even MIDI Manager but are these scriptable?
    I have an idea that an "interface" might be possible that has been designed just to be scriptable, maybe this item already exists?? does it?
    Basically this is the scheme:
    AppleScript ->scriptable doofer -> serial port -> midi interface
    the part I need to know about is the "scriptable doofer"
    I'm using OS7-9 with OSX I believe MidiPipe would be the answer.

    Ilonakalenik wrote:
    I want to unlock my phone from a version carrier to an at and t carrier is that possible ? And how
    If you mean Verizon, then no, you cannot

  • CinexPlayer and VLC deleting movies from Ipad

    I installed CinexPlayer and VLC, I was able to use itunes to move the movies into the ipad, however I have not been able to figure out how to delete them after I am done.
    Itunes only gives you the options to add and upload. not delete from device. I also tried to delete them the same way you delete them from "VIDEOS" and that did not work..!
    Does anyone have an idea how to do this...?

    Select the video you want to remove in the File Sharing section of the Apps tab in iTunes (the same one where you select the video to add), press the Delete key and OK the dialog box, then sync your iPad. That will remove the videos from the iPad.
    Regards.
    Message was edited by: Dave Sawyer

  • MPV and VLC segfault (glibc problem?)

    Hello,
    When playing any videos, both mpv and vlc segfault. I've updated quite a lot of packages at once, so I'm not sure what could cause this. I've updated mesa, mpv, x264, nvidia (moved to nvidia-340xx) and glibc.
    Actual error is the same:
    Segmentation fault (core dumped)
    Log output:
    [32216.091021] mpv[1348]: segfault at 8 ip 00007fb53cede5b7 sp 00007fff4054ac40 error 4 in ld-2.20.so[7fb53ced3000+22000]
    [32273.036485] vlc[1351]: segfault at 8 ip 00007f21f1c195b7 sp 00007fff80c6c990 error 4 in ld-2.20.so[7f21f1c0e000+22000]

    Dunno about your issue, but as a related item, use reflector to select a current mirror to avoid out-of-sync problems.
    % which upp
    upp: aliased to reflector -c "United States" -a 1 -f 3 --sort rate --save /etc/pacman.d/mirrorlist && cat /etc/pacman.d/mirrorlist && sudo pacman -Syyu

  • KODI and VLC won't run and keeps Segfaulting

    Hi,
    I'm not sure if this belongs here but as it's to do with multimedia hopefully it does :-)
    My issue is that I am unable to run both Kodi and VLC?? They worked fine before - a few months back, but now after a few updates they don't run any more??
    Running Kodi directly from terminal on XFCE4 I get this:
    $ kodi
    /usr/bin/kodi: line 141: 7267 Segmentation fault (core dumped) python2 ${datarootdir}/${bin_name}/FEH.py $SAVED_ARGS
    while VLC gives me this:
    $ vlc
    VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
    Segmentation fault (core dumped)
    My system is totally up to date as of today: 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015 x86_64 GNU/Linux
    The H/W specs are 8GB RAM, Core i5 cpu and Nvidia graphics.
    I attempted to use GDB to run Kodi but it just gives me this:
    "/usr/bin/kodi": not in executable format: File format not recognized
    (gdb) run
    Starting program:
    No executable file specified.
    Use the "file" or "exec-file" command.
    VLC seems to give a bit more information:
    Reading symbols from vlc...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/bin/vlc
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    VLC media player 2.2.1 Terry Pratchett (Weatherwax) (revision 2.2.1-0-ga425c42)
    Program received signal SIGSEGV, Segmentation fault.
    0x00007ffff79af080 in __lll_unlock_elision () from /usr/lib/libpthread.so.0
    I am wondering if anyone can help me, or should I be filing a bug report?
    Thanks.

    Ok many thanks done;
    https://wiki.archlinux.org/index.php/Microcode
    Update is complete and now KODI managed to run but still segfaulted??
    ############## Kodi CRASH LOG ###############
    ################ SYSTEM INFO ################
    Date: Tue May 26 18:26:31 BST 2015
    Kodi Options:
    Arch: x86_64
    Kernel: Linux 4.0.4-2-ARCH #1 SMP PREEMPT Fri May 22 03:05:23 UTC 2015
    Release: Arch Linux
    ############## END SYSTEM INFO ##############
    ############### STACK TRACE #################
    ############# END STACK TRACE ###############
    ################# LOG FILE ##################
    18:25:36 T:140529503250432 NOTICE: special://profile/ is mapped to: special://masterprofile/
    18:25:36 T:140529503250432 NOTICE: -----------------------------------------------------------------------
    18:25:36 T:140529503250432 NOTICE: Starting Kodi (14.2 Git:Unknown). Platform: Linux x86 64-bit
    18:25:36 T:140529503250432 NOTICE: Using Release Kodi x64 build
    18:25:36 T:140529503250432 NOTICE: Kodi compiled Apr 13 2015 by GCC 4.9.2 for Linux x86 64-bit version 3.18.5 (201221)
    18:25:36 T:140529503250432 NOTICE: Running on Arch Linux rolling, kernel: Linux x86 64-bit version 4.0.4-2-ARCH
    18:25:36 T:140529503250432 NOTICE: FFmpeg statically linked, version: 2.4.6-xbmc-2.4.6-Helix
    18:25:36 T:140529503250432 NOTICE: Host CPU: Intel(R) Core(TM) i5-4690 CPU @ 3.50GHz, 4 cores available
    18:25:36 T:140529503250432 NOTICE: special://xbmc/ is mapped to: /usr/share/kodi
    18:25:36 T:140529503250432 NOTICE: special://xbmcbin/ is mapped to: /usr/lib/kodi
    18:25:36 T:140529503250432 NOTICE: special://masterprofile/ is mapped to: /home/htpc/.kodi/userdata
    18:25:36 T:140529503250432 NOTICE: special://home/ is mapped to: /home/htpc/.kodi
    18:25:36 T:140529503250432 NOTICE: special://temp/ is mapped to: /home/htpc/.kodi/temp
    18:25:36 T:140529503250432 NOTICE: The executable running is: /usr/lib/kodi/kodi.bin
    18:25:36 T:140529503250432 NOTICE: Local hostname: HTPC1.optiplex-networks.com
    18:25:36 T:140529503250432 NOTICE: Log File is located: /home/htpc/.kodi/temp/kodi.log
    18:25:36 T:140529503250432 NOTICE: -----------------------------------------------------------------------
    18:25:36 T:140529503250432 NOTICE: load settings...
    18:25:36 T:140529503250432 NOTICE: Found 1 Lists of Devices
    18:25:36 T:140529503250432 NOTICE: Enumerated PULSE devices:
    18:25:36 T:140529503250432 NOTICE: Device 1
    18:25:36 T:140529503250432 NOTICE: m_deviceName : Default
    18:25:36 T:140529503250432 NOTICE: m_displayName : Default
    18:25:36 T:140529503250432 NOTICE: m_displayNameExtra: Default Output Device (PULSEAUDIO)
    18:25:36 T:140529503250432 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    18:25:36 T:140529503250432 NOTICE: m_channels : FL,FR
    18:25:36 T:140529503250432 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    18:25:36 T:140529503250432 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    18:25:36 T:140529503250432 NOTICE: Device 2
    18:25:36 T:140529503250432 NOTICE: m_deviceName : alsa_output.pci-0000_01_00.1.hdmi-stereo-extra2
    18:25:36 T:140529503250432 NOTICE: m_displayName : HDA NVidia Digital Stereo (HDMI 3)
    18:25:36 T:140529503250432 NOTICE: m_displayNameExtra: HDMI / DisplayPort 3 (PULSEAUDIO)
    18:25:36 T:140529503250432 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    18:25:36 T:140529503250432 NOTICE: m_channels : FL,FR
    18:25:36 T:140529503250432 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    18:25:36 T:140529503250432 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    18:25:36 T:140529503250432 NOTICE: Device 3
    18:25:36 T:140529503250432 NOTICE: m_deviceName : alsa_output.pci-0000_00_1b.0.analog-stereo
    18:25:36 T:140529503250432 NOTICE: m_displayName : Built-in Audio Analog Stereo
    18:25:36 T:140529503250432 NOTICE: m_displayNameExtra: Line Out (PULSEAUDIO)
    18:25:36 T:140529503250432 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    18:25:36 T:140529503250432 NOTICE: m_channels : FL,FR
    18:25:36 T:140529503250432 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    18:25:36 T:140529503250432 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    18:25:36 T:140529503250432 NOTICE: Device 4
    18:25:36 T:140529503250432 NOTICE: m_deviceName : alsa_output.hw_1_7
    18:25:36 T:140529503250432 NOTICE: m_displayName : HDA NVidia
    18:25:36 T:140529503250432 NOTICE: m_displayNameExtra: HDA NVidia (PULSEAUDIO)
    18:25:36 T:140529503250432 NOTICE: m_deviceType : AE_DEVTYPE_PCM
    18:25:36 T:140529503250432 NOTICE: m_channels : FL,FR
    18:25:36 T:140529503250432 NOTICE: m_sampleRates : 5512,8000,11025,16000,22050,32000,44100,48000,64000,88200,96000,176400,192000,384000
    18:25:36 T:140529503250432 NOTICE: m_dataFormats : AE_FMT_U8,AE_FMT_S16NE,AE_FMT_S24NE3,AE_FMT_S24NE4,AE_FMT_S32NE,AE_FMT_FLOAT
    18:25:36 T:140529503250432 ERROR: CSettingsManager: unable to load settings from special://masterprofile/guisettings.xml, creating new default settings
    18:25:36 T:140529503250432 NOTICE: No settings file to load (special://xbmc/system/advancedsettings.xml)
    18:25:36 T:140529503250432 NOTICE: No settings file to load (special://masterprofile/advancedsettings.xml)
    18:25:36 T:140529503250432 NOTICE: Default DVD Player: dvdplayer
    18:25:36 T:140529503250432 NOTICE: Default Video Player: dvdplayer
    18:25:36 T:140529503250432 NOTICE: Default Audio Player: paplayer
    18:25:36 T:140529503250432 NOTICE: Disabled debug logging due to GUI setting. Level 0.
    18:25:36 T:140529503250432 NOTICE: Log level changed to "LOG_LEVEL_NORMAL"
    18:25:36 T:140529503250432 NOTICE: Loading player core factory settings from special://xbmc/system/playercorefactory.xml.
    18:25:36 T:140529503250432 NOTICE: Loaded playercorefactory configuration
    18:25:36 T:140529503250432 NOTICE: Loading player core factory settings from special://masterprofile/playercorefactory.xml.
    18:25:36 T:140529503250432 NOTICE: special://masterprofile/playercorefactory.xml does not exist. Skipping.
    17:25:36 T:140529017550592 NOTICE: Thread ActiveAE start, auto delete: false
    17:25:36 T:140529083053824 NOTICE: Thread AESink start, auto delete: false
    17:25:36 T:140529083053824 NOTICE: PulseAudio: Opened device Default in pcm mode with Buffersize 150 ms
    17:25:36 T:140529503250432 NOTICE: ADDONS: Using repository repository.xbmc.org
    17:25:36 T:140529057007360 NOTICE: Thread PeripBusCEC start, auto delete: false
    17:25:36 T:140529503250432 NOTICE: Register - new imon device registered on usb->/sys/devices/pci0000:00/0000:00:14.0/usb3/3-13/3-13.3: iMON HID device (15C2:0036)
    17:25:36 T:140529048614656 NOTICE: Thread PeripBusUSBUdev start, auto delete: false
    17:25:36 T:140529503250432 NOTICE: Setup SDL
    17:25:36 T:140529503250432 NOTICE: Checking resolution 16
    17:25:36 T:140529503250432 NOTICE: Using visual 0x28
    17:25:36 T:140529503250432 NOTICE: GL_VENDOR = NVIDIA Corporation
    17:25:36 T:140529503250432 NOTICE: GL_RENDERER = GeForce GTX 750 Ti/PCIe/SSE2
    17:25:36 T:140529503250432 NOTICE: GL_VERSION = 4.5.0 NVIDIA 352.09
    17:25:36 T:140529503250432 NOTICE: GL_SHADING_LANGUAGE_VERSION = 4.50 NVIDIA
    17:25:36 T:140529503250432 NOTICE: GL_GPU_MEMORY_INFO_TOTAL_AVAILABLE_MEMORY_NVX = 2097152
    17:25:36 T:140529503250432 NOTICE: GL_GPU_MEMORY_INFO_DEDICATED_VIDMEM_NVX = 2097152
    17:25:36 T:140529503250432 NOTICE: GL_EXTENSIONS = GL_AMD_multi_draw_indirect GL_AMD_seamless_cubemap_per_texture GL_ARB_arrays_of_arrays GL_ARB_base_instance GL_ARB_bindless_texture GL_ARB_blend_func_extended GL_ARB_buffer_storage GL_ARB_clear_buffer_object GL_ARB_clear_texture GL_ARB_clip_control GL_ARB_color_buffer_float GL_ARB_compatibility GL_ARB_compressed_texture_pixel_storage GL_ARB_conservative_depth GL_ARB_compute_shader GL_ARB_compute_variable_group_size GL_ARB_conditional_render_inverted GL_ARB_copy_buffer GL_ARB_copy_image GL_ARB_cull_distance GL_ARB_debug_output GL_ARB_depth_buffer_float GL_ARB_depth_clamp GL_ARB_depth_texture GL_ARB_derivative_control GL_ARB_direct_state_access GL_ARB_draw_buffers GL_ARB_draw_buffers_blend GL_ARB_draw_indirect GL_ARB_draw_elements_base_vertex GL_ARB_draw_instanced GL_ARB_enhanced_layouts GL_ARB_ES2_compatibility GL_ARB_ES3_compatibility GL_ARB_ES3_1_compatibility GL_ARB_explicit_attrib_location GL_ARB_explicit_uniform_location GL_ARB_fragment_coord_conventions GL_ARB_fragment_layer_viewport GL_ARB_fragment_program GL_ARB_fragment_program_shadow GL_ARB_fragment_shader GL_ARB_framebuffer_no_attachments GL_ARB_framebuffer_object GL_ARB_framebuffer_sRGB GL_ARB_geometry_shader4 GL_ARB_get_program_binary GL_ARB_get_texture_sub_image GL_ARB_gpu_shader5 GL_ARB_gpu_shader_fp64 GL_ARB_half_float_pixel GL_ARB_half_float_vertex GL_ARB_imaging GL_ARB_indirect_parameters GL_ARB_instanced_arrays GL_ARB_internalformat_query GL_ARB_internalformat_query2 GL_NV_internalformat_sample_query GL_ARB_invalidate_subdata GL_ARB_map_buffer_alignment GL_ARB_map_buffer_range GL_ARB_multi_bind GL_ARB_multi_draw_indirect GL_ARB_multisample GL_ARB_multitexture GL_ARB_occlusion_query GL_ARB_occlusion_query2 GL_ARB_pipeline_statistics_query GL_ARB_pixel_buffer_object GL_ARB_point_parameters GL_ARB_point_sprite GL_ARB_program_interface_query GL_ARB_provoking_vertex GL_ARB_robust_buffer_access_behavior GL_ARB_robustness GL_ARB_sample_shading GL_ARB_sampler_objects GL_ARB_seamless_cube_map GL_ARB_seamless_cubemap_per_texture GL_ARB_separate_shader_objects GL_ARB_shader_atomic_counters GL_ARB_shader_bit_encoding GL_ARB_shader_draw_parameters GL_ARB_shader_group_vote GL_ARB_shader_image_load_store GL_ARB_shader_image_size GL_ARB_shader_objects GL_ARB_shader_precision GL_ARB_query_buffer_object GL_ARB_shader_storage_buffer_object GL_ARB_shader_subroutine GL_ARB_shader_texture_image_samples GL_ARB_shader_texture_lod GL_ARB_shading_language_100 GL_ARB_shading_language_420pack GL_ARB_shading_language_include GL_ARB_shading_language_packing GL_ARB_shadow GL_ARB_sparse_buffer GL_ARB_sparse_texture GL_ARB_stencil_texturing GL_ARB_sync GL_ARB_tessellation_shader GL_ARB_texture_barrier GL_ARB_texture_border_clamp GL_ARB_texture_buffer_object GL_ARB_texture_buffer_object_rgb32 GL_ARB_texture_buffer_range GL_ARB_texture_compression GL_ARB_texture_compression_bptc GL_ARB_texture_compression_rgtc GL_ARB_texture_cube_map GL_ARB_texture_cube_map_array GL_ARB_texture_env_add GL_ARB_texture_env_combine GL_ARB_texture_env_crossbar GL_ARB_texture_env_dot3 GL_ARB_texture_float GL_ARB_texture_gather GL_ARB_texture_mirror_clamp_to_edge GL_ARB_texture_mirrored_repeat GL_ARB_texture_multisample GL_ARB_texture_non_power_of_two GL_ARB_texture_query_levels GL_ARB_texture_query_lod GL_ARB_texture_rectangle GL_ARB_texture_rg GL_ARB_texture_rgb10_a2ui GL_ARB_texture_stencil8 GL_ARB_texture_storage GL_ARB_texture_storage_multisample GL_ARB_texture_swizzle GL_ARB_texture_view GL_ARB_timer_query GL_ARB_transform_feedback2 GL_ARB_transform_feedback3 GL_ARB_transform_feedback_instanced GL_ARB_transform_feedback_overflow_query GL_ARB_transpose_matrix GL_ARB_uniform_buffer_object GL_ARB_vertex_array_bgra GL_ARB_vertex_array_object GL_ARB_vertex_attrib_64bit GL_ARB_vertex_attrib_binding GL_ARB_vertex_buffer_object GL_ARB_vertex_program GL_ARB_vertex_shader GL_ARB_vertex_type_10f_11f_11f_rev GL_ARB_vertex_type_2_10_10_10_rev GL_ARB_viewport_array GL_ARB_window_pos GL_ATI_draw_buffers GL_ATI_texture_float GL_ATI_texture_mirror_once GL_S3_s3tc GL_EXT_texture_env_add GL_EXT_abgr GL_EXT_bgra GL_EXT_bindable_uniform GL_EXT_blend_color GL_EXT_blend_equation_separate GL_EXT_blend_func_separate GL_EXT_blend_minmax GL_EXT_blend_subtract GL_EXT_compiled_vertex_array GL_EXT_Cg_shader GL_EXT_depth_bounds_test GL_EXT_direct_state_access GL_EXT_draw_buffers2 GL_EXT_draw_instanced GL_EXT_draw_range_elements GL_EXT_fog_coord GL_EXT_framebuffer_blit GL_EXT_framebuffer_multisample GL_EXTX_framebuffer_mixed_formats GL_EXT_framebuffer_multisample_blit_scaled GL_EXT_framebuffer_object GL_EXT_framebuffer_sRGB GL_EXT_geometry_shader4 GL_EXT_gpu_program_parameters GL_EXT_gpu_shader4 GL_EXT_multi_draw_arrays GL_EXT_packed_depth_stencil GL_EXT_packed_float GL_EXT_packed_pixels GL_EXT_pixel_buffer_object GL_EXT_point_parameters GL_EXT_polygon_offset_clamp GL_EXT_provoking_vertex GL_EXT_rescale_normal GL_EXT_secondary_color GL_EXT_separate_shader_objects GL_EXT_separate_specular_color GL_EXT_shader_image_load_formatted GL_EXT_shader_image_load_store GL_EXT_shader_integer_mix GL_EXT_shadow_funcs GL_EXT_stencil_two_side GL_EXT_stencil_wrap GL_EXT_texture3D GL_EXT_texture_array GL_EXT_texture_buffer_object GL_EXT_texture_compression_dxt1 GL_EXT_texture_compression_latc GL_EXT_texture_compression_rgtc GL_EXT_texture_compression_s3tc GL_EXT_texture_cube_map GL_EXT_texture_edge_clamp GL_EXT_texture_env_combine GL_EXT_texture_env_dot3 GL_EXT_texture_filter_anisotropic GL_EXT_texture_integer GL_EXT_texture_lod GL_EXT_texture_lod_bias GL_EXT_texture_mirror_clamp GL_EXT_texture_object GL_EXT_texture_shared_exponent GL_EXT_texture_sRGB GL_EXT_texture_sRGB_decode GL_EXT_texture_storage GL_EXT_texture_swizzle GL_EXT_timer_query GL_EXT_transform_feedback2 GL_EXT_vertex_array GL_EXT_vertex_array_bgra GL_EXT_vertex_attrib_64bit GL_EXT_x11_sync_object GL_EXT_import_sync_object GL_IBM_rasterpos_clip GL_IBM_texture_mirrored_repeat GL_KHR_context_flush_control GL_KHR_debug GL_KHR_robust_buffer_access_behavior GL_KHR_robustness GL_KTX_buffer_region GL_NV_bindless_multi_draw_indirect GL_NV_bindless_multi_draw_indirect_count GL_NV_bindless_texture GL_NV_blend_equation_advanced GL_NV_blend_equation_advanced_coherent GL_NV_blend_square GL_NV_command_list GL_NV_compute_program5 GL_NV_conditional_render GL_NV_copy_depth_to_color GL_NV_copy_image GL_NV_depth_buffer_float GL_NV_depth_clamp GL_NV_draw_texture GL_NV_ES1_1_compatibility GL_NV_ES3_1_compatibility GL_NV_explicit_multisample GL_NV_fence GL_NV_float_buffer GL_NV_fog_distance GL_NV_fragment_program GL_NV_fragment_program_option GL_NV_fragment_program2 GL_NV_framebuffer_multisample_coverage GL_NV_geometry_shader4 GL_NV_gpu_program4 GL_NV_gpu_program4_1 GL_NV_gpu_program5 GL_NV_gpu_program5_mem_extended GL_NV_gpu_program_fp64 GL_NV_gpu_shader5 GL_NV_half_float GL_NV_light_max_exponent GL_NV_multisample_coverage GL_NV_multisample_filter_hint GL_NV_occlusion_query GL_NV_packed_depth_stencil GL_NV_parameter_buffer_object GL_NV_parameter_buffer_object2 GL_NV_path_rendering GL_NV_pixel_data_range GL_NV_point_sprite GL_NV_primitive_restart GL_NV_register_combiners GL_NV_register_combiners2 GL_NV_shader_atomic_counters GL_NV_shader_atomic_float GL_NV_shader_atomic_int64 GL_NV_shader_buffer_load GL_NV_shader_storage_buffer_object GL_NV_texgen_reflection GL_NV_texture_barrier GL_NV_texture_compression_vtc GL_NV_texture_env_combine4 GL_NV_texture_multisample GL_NV_texture_rectangle GL_NV_texture_shader GL_NV_texture_shader2 GL_NV_texture_shader3 GL_NV_transform_feedback GL_NV_transform_feedback2 GL_NV_uniform_buffer_unified_memory GL_NV_vdpau_interop GL_NV_vertex_array_range GL_NV_vertex_array_range2 GL_NV_vertex_attrib_integer_64bit GL_NV_vertex_buffer_unified_memory GL_NV_vertex_program GL_NV_vertex_program1_1 GL_NV_vertex_program2 GL_NV_vertex_program2_option GL_NV_vertex_program3 GL_NVX_conditional_render GL_NVX_gpu_memory_info GL_NVX_nvenc_interop GL_NV_shader_thread_group GL_NV_shader_thread_shuffle GL_KHR_blend_equation_advanced GL_KHR_blend_equation_advanced_coherent GL_SGIS_generate_mipmap GL_SGIS_texture_lod GL_SGIX_depth_texture GL_SGIX_shadow GL_SUN_slice_accum
    17:25:36 T:140529503250432 NOTICE: Running database version Addons16
    17:25:36 T:140529503250432 NOTICE: start dvd mediatype detection
    17:25:36 T:140529027544832 NOTICE: Thread DetectDVDMedia start, auto delete: false
    17:25:37 T:140529503250432 WARNING: JSONRPC: Could not parse type "PVR.Details.Channel"
    17:25:37 T:140529503250432 WARNING: JSONRPC: Could not parse type "PVR.Details.ChannelGroup.Extended"
    17:25:37 T:140529503250432 WARNING: JSONRPC: Could not parse type "GUI.Property.Value"
    17:25:37 T:140529503250432 WARNING: JSONRPC: Could not parse type "Setting.Details.SettingList"
    17:25:37 T:140528995170048 NOTICE: Thread LanguageInvoker start, auto delete: false
    17:25:37 T:140529503250432 NOTICE: initialize done
    17:25:37 T:140529503250432 NOTICE: Running the application...
    17:25:37 T:140528995170048 NOTICE: -->Python Interpreter Initialized<--
    17:25:37 T:140528689755904 NOTICE: Thread JobWorker start, auto delete: true
    17:25:37 T:140529503250432 NOTICE: starting zeroconf publishing
    17:25:37 T:140529503250432 NOTICE: ES: Starting event server
    17:25:37 T:140528672970496 NOTICE: Thread JobWorker start, auto delete: true
    17:25:37 T:140528664577792 NOTICE: Thread EventServer start, auto delete: false
    17:25:37 T:140528664577792 NOTICE: ES: Starting UDP Event server on 0.0.0.0:9777
    17:25:37 T:140528664577792 NOTICE: UDP: Listening on port 9777
    17:25:37 T:140528656185088 NOTICE: Thread TCPServer start, auto delete: false
    17:25:37 T:140528175806208 NOTICE: Thread JobWorker start, auto delete: true
    17:25:37 T:140529027544832 NOTICE: Thread RSSReader start, auto delete: false
    17:25:47 T:140528175806208 ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
    17:25:47 T:140528175806208 ERROR: CCurlFile::CReadState::Connect, didn't get any data from stream.
    17:25:47 T:140528175806208 ERROR: Open - failed to open source <http://mirrors.kodi.tv/addons/gotham/addons.xml.md5>
    17:25:47 T:140528175806208 ERROR: Failed to fetch checksum for directory listing http://mirrors.kodi.tv/addons/gotham/addons.xml for repository repository.xbmc.org.
    17:25:53 T:140528995170048 NOTICE: Thread BackgroundLoader start, auto delete: false
    17:26:16 T:140528672970496 NOTICE: Previous line repeats 2 times.
    17:26:16 T:140528672970496 NOTICE: PVRManager - starting up
    17:26:16 T:140528995170048 NOTICE: Thread PVRManager start, auto delete: false
    17:26:16 T:140528167413504 NOTICE: Thread PVRClient start, auto delete: false
    17:26:23 T:140528156923648 NOTICE: Thread BackgroundLoader start, auto delete: false
    17:26:28 T:140528175806208 NOTICE: PVRManager - stopping
    17:26:28 T:140528175806208 NOTICE: PVRManager - starting up
    17:26:28 T:140528167413504 NOTICE: Thread PVRManager start, auto delete: false
    17:26:28 T:140528995170048 NOTICE: Thread PVRClient start, auto delete: false
    17:26:28 T:140528156923648 NOTICE: Thread BackgroundLoader start, auto delete: false
    17:26:28 T:140528995170048 NOTICE: AddOnLog: Tvheadend HTSP Client: CHTSPConnection - SendGreeting - connection opened to 'HTS Tvheadend 4.1.12~g0e5ec2a', protocol v20
    17:26:30 T:140528122193664 NOTICE: Thread PVRGUIInfo start, auto delete: false
    17:26:30 T:140527840261888 NOTICE: Thread EPGUpdater start, auto delete: false
    17:26:30 T:140528167413504 NOTICE: Start - EPG thread started
    ############### END LOG FILE ################
    ############ END Kodi CRASH LOG #############

Maybe you are looking for

  • System Preferences quit unexpectedly every time I tried to open User Accounts

    Hi there... Could you please help me... My MacOSX Lion 10.7.5 could not open User Accounts in System Preferences.. it always quit unexpectedly every time I try to access it. Fyi, I've just upgrade MacOSX Lion into 10.7.5 where I didn't have this issu

  • PDF generation in hindi language

    Hi, By using report layout and report query am generating statement of account. if i select the output type as word, excel or html it works well. am trying to generate hindi language statement of account. it works with the above mentioned formats. if

  • ACS 4.1.4.13 is unable authenticate user to child domain

    Does an ACS server need to be a member of the parent domain in order to see a forest trust? and Error message: "Could not start CSAdmin on local computer- Error 1069 The service did not start because of logon failure."   Does this mean it can't see t

  • Direct audio input for sound recordint?

    Is it possible to connect iPod to a direct sound feed and record. ie without the microphone. I tried connecting cable between iPod and speaker jack on other device but it didn't work. I want to record sound that is not compatible directly with the iP

  • Content Rejection Without any reason

    Hi, I have seen many times content in Coffee corner also rejected without any solid reason.  Thats not looking fair. Its better to also share reason fir rejection. My recent discussion thread  http://scn.sap.com/thread/3565330 rejected. Can i know re