RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    Kodi Assistance Needed!

    Scheduled Pinned Locked Moved Help and Support
    kodivideos
    5 Posts 2 Posters 706 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • 7
      71JAWS
      last edited by

      I am looking for some help setting up an autoplaylist in Kodi.

      I am building a bartop cabinet for playing 80s arcade classics, in addition to the games I would like to have the option to run a playslit of 80s music videos as well. Ultimately what I would like to see is a menu item alongside the various gaming systems entitled 'Music Videos'. Selecting that Item would bring up a list of music videos

      At this point I have Kodi on the list of systems and I have managed to use Kodi to play videos but it takes several clicks to get there - any assistance would be greatly appreciated.

      Thanks for your help

      1 Reply Last reply Reply Quote 0
      • jamesnjJ
        jamesnj
        last edited by

        I did something like this a long time ago, but can't give you specifics right now.

        It sounds like you want a list of videos similar to how you see lists of games. However I imagine that you probably want the video to play and then exit back into emulation station when done.

        The way to do this is to find a media player of some kind (mplayer is one of my favorites) and then set it up in ES as a new system where the videos files are "roms", and the player simply plays a supplied file and exits when done. This requires installing the desired media player, making sure it can take over the video display just like game emulators do, setting up es_systems.cfg and other files to recognize the new system, you may want customized system graphics, etc.

        I was thinking to do something similar for my kid's system. Not impossible, but takes some work.

        7 1 Reply Last reply Reply Quote 0
        • 7
          71JAWS @jamesnj
          last edited by

          @jamesnj That about sums it up - I will look into mplayer - thanks for the advice

          1 Reply Last reply Reply Quote 0
          • 7
            71JAWS
            last edited by

            Solved!!!!!!!!!!!!

            Abandoned Kodi went with Omxplayer

            Added the following to es_systems.cfg
            <system>
            <name>videos</name>
            <fullname>Music Videos</fullname>
            <path>/home/pi/RetroPie/roms/videos</path>
            <extension>.avi .AVI .mp4 .MP4 .mkv .MKV</extension>
            <command>omxplayer -r -o hdmi --win "319 119 959 599" %ROM%</command>
            <platform>pc</platform>
            <theme>videos</theme>
            </system>

            This plays a 640x480 video in the center of my display. Now I just have to get my hands on more 80s videos!

            1 Reply Last reply Reply Quote 0
            • jamesnjJ
              jamesnj
              last edited by

              I'm glad it worked out!

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.

              Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.