Skip to content

chriszuercher/meta-hifiberry

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

meta-volumio

volumio config for meta

https://www.youtube.com/watch?v=ybQrpgSK1yM&t=34s https://www.youtube.com/watch?v=loi-8xsP1_8

Support meta V0.8.15 onwards.

Setup

Step 1 : Install in the meta

Prerequisite

In order to use this file, you need to have the meta installed. Please refere to this page for further instructions: https://github.com/jac459/meta

Installation

To install, downnoad the volumio.json file and move it to the "active" folder.

Step 2 : Install in the neeo app

In the neeo app, add a device and search for Volumio. You will find a driver named: Volumio. This is the one.

Add the device in the room you want.
(Mandatory) go to the recipe list and make the volumio recipe visible.

By default, Volumio is an Audio type and not immediately visible.

Ensure your using POWER ON and POWER OFF when launching and Closing the recipe.

Power On and Power Off are the events used by the meta driver in order to listen to the device. In your case, if you don't do it, you will not be able to see the state change in your volumio software.

Choose your shortcuts.

when loading the recipe, you can suppress all the slides except the ones with shortcuts.

Usage

Browsing

Your browsing experience is with My Music list My Playing Queue list and play <=> queue switch. You will browse music using my music. when you click on a song or an album (at the top of the songs list), if your switch is on play. It will play immediately. If you put queue, it will be put in your ... queue. You can see the song in your queue by using the my playing queue list.

Playing

You play using the play toggle (also attached to the ok button), skip track using next or previous and seek throught the progress slider. You see what you are doing using the status label.

Radio

Radio stations listed in the My Music list are taken from the favorite radio stations in the volumio software. To have radio stations available, you need to create favorites in volumio first.

Shortcuts

You can create entries in the directory beyond the standard provided entries. This makes it possible to provide access to music not provided through the default My Music list. To do this, use the Manage Shortcuts button. You will be able to browse the full directory and add any entry in the directory as a shortcut to the My Music list. Shortcuts will be added to the top of the My Music list. Using the same Manage Shortcuts button, you can also remove existing shortcuts. A Clear Shortcuts button removes all shortcuts from the My Music list.

Note on people willing to control Chromecast through Volumio

If your volumio host the music source

Get access to your volumio ssh

Create a Samba share in your volumio

==> Then you need to create a webserver to serve your files to the chromecast as chromecast doesn't read samba

Mount localy your Samba:

sudo mkdir /mnt/volumioShare    (create a fake folder))
sudo mount -t cifs //192.168.1.44/Volumio2Share /mnt/volumioShare (link the samba to the folder

Install a webserver

npm install --global http-server

Run the server

http-server /mnt/volumioShare or pm2 start "http-server /mnt/volumioShare"

About

volumio config for meta

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published