https://github.com/cybercoral/vlc_auto_player
Using VLC and image-recognizing modules, you can now automatically reproduce songs or videos in text files (.txt) and make playlists with links.
https://github.com/cybercoral/vlc_auto_player
automation music-player playlist-generator vlc vlc-media-player vlc-player
Last synced: 2 months ago
JSON representation
Using VLC and image-recognizing modules, you can now automatically reproduce songs or videos in text files (.txt) and make playlists with links.
- Host: GitHub
- URL: https://github.com/cybercoral/vlc_auto_player
- Owner: CyberCoral
- License: gpl-3.0
- Created: 2023-12-16T09:58:35.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-17T17:52:44.000Z (over 1 year ago)
- Last Synced: 2025-01-23T03:41:36.695Z (4 months ago)
- Topics: automation, music-player, playlist-generator, vlc, vlc-media-player, vlc-player
- Language: Python
- Homepage:
- Size: 53.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VLC_auto_player
Using VLC and image-recognizing modules, you can now automatically reproduce songs or videos in text files (.txt) and make playlists with links.
It only works (for now) on 1920x1080 monitors. If yours is not in that resolution, please let me know!It works on Windows and Linux, all the instructions are in the code.
You can execute it in bash terminal / Linux terminals by using the .sh files (bash files) in the folder, which execute the python core programs.
## Now, you can reproduce files of types such as mp3, mp4, avi... with file_auto_player().
# The latest feature is that you can now put any file or url, or even text files with files and links, in any_auto_player().
The first version was made on 16/Dec/2023.
# The last version, unless a major implementation is possible, is the one made on 17/Dec/2023.
###
### Download VLC: https://www.videolan.org/vlc/index.es.html
######
### Download Python3: https://www.python.org/downloads/
#### Steps to use VLC_auto_player():
## Steps to use this:
## -Step 1: Enter VLC_auto_player(settings you want to use)
## VLC_auto_player(loops = True || False, txt_files = [...], right_s = 1 (don't change))
## -Step 2: Enjoy :D# Steps to use file_auto_player()
### -Step 1: Put your files in VLC_player folder.
### -Step 2: Put files=(your files) in file_auto_player()
### -Step 3: Press Enter
### -Step 4: Enjoy :·D# Steps to use any_auto_player()
### -Step 1: Put your files in VLC_player folder.
### -Step 2: Put your files or urls on objects=(objects) in any_auto_player()
### -Step 3: Press Enter
### -Step 4: Enjoy :·D