Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Using VLC with Python3 and RPi 3B  (Read 3126 times)

0 Members and 1 Guest are viewing this topic.

DaOld Man

  • Trade Count: (+4)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5139
  • Last login:December 13, 2023, 12:03:14 am
  • Wheres my coffee?
    • Skenny's Outpost
Using VLC with Python3 and RPi 3B
« on: December 31, 2021, 10:49:01 am »
Im still working on my RPi Jukebox, kinda off and on though, so Im still mainly working on the software.
Im using VLC to play the mp3 files.
I have download and installed python-vlc.
I am playing the mp3's just fine, but I would like to get a "now playing" and "next" text string from the VLC Playlist, (so I can display it on screen).
But I cannot get it from the playlist.
I have just about worn out my PC keyboard trying to find an answer on the net.
All suggestions have not worked for me.
Im about ready to just build a playlist i can read and write to and have VLC play one song from the list at a time.
But it seems like a lot of extra work.
I was wondering if you guys can throw some suggestions to me?
I can give code snippets of what I have now if you need them.