Simon Zolin
Simon Zolin
Hi! I've just checked on my phone, and indeed, phiola is not displayed in the list of apps for playing an audio file. I'll see what I can do.
In this case you should pass to phiola a wildcard, e.g. ``` phiola.exe info "D:\MP3\Chill Out\*.mp3" ```
> `phiola.exe info "D:\MP3\Chill Out\*.*"` > reads the subdirectories again If a directory contains a dot then yes, it will be included in the search. To work-around that you can...
One of the main advantages of Linux is that the libs are open-source, and thus you can always build them manually if necessary. But if you're stuck, send me an...
Hi! I believe that changing the color should be possible for Android -- I'll see what I can do. As for desktop OS -- there is no easy way to...
Added basic support for changing color of the main screen in v2.5.9. Just set your favorite color in `Settings` in form of `#RRGGBB`. However, Explorer and Playlist tabs and list's...
Hi! In v2.2.8 you can change the currently played track's volume level, e.g. to set 50% volume: ``` phiola remote volume 50 ```
Is there something else here to do? > This also applies to the smooth change between playing and recording. I'm not sure I understand what you mean by that.
> changing the playback position This can be done. > switching from playing to playing and recording In this case it's just better to start a new process for recording...
> I'ts possible to also change the stream adress or file in the same process? `phiola remote start URL` should work -- did you try it?