Skip to content
This repository was archived by the owner on Apr 1, 2023. It is now read-only.
This repository was archived by the owner on Apr 1, 2023. It is now read-only.

2.2.0 not remebering configuration #75

@Nowa-Ammerlaan

Description

@Nowa-Ammerlaan

Hi,

I just updated to the new version, and I noticed that vidify is no longer remembering configuration like it was before. It shows me the selection screen every time ( the new selection screen looks very nice btw 😄 )

This is my config file:

andrew@andrew-gentoo-pc ~ % cat .config/vidify/config.ini
[Defaults]
api = MPRIS_LINUX
player = VLC
audiosync = true

and this is the output of vidify --debug

andrew@andrew-gentoo-pc ~ % vidify --debug
[22:07:06.114] INFO: Loading setup screen
[22:07:06.145] INFO: Created API card: MPRIS_LINUX (enabled=True, selected=True)
[22:07:06.146] INFO: Created API card: SWSPOTIFY (enabled=False, selected=False)
[22:07:06.147] INFO: Created API card: SPOTIFY_WEB (enabled=True, selected=False)
[22:07:06.148] INFO: Added Player card: VLC (selected=True)
[22:07:06.149] INFO: Added Player card: MPV (selected=False)
[22:07:06.149] INFO: Added Player card: EXTERNAL (selected=False)
<-- this is when I press the continue button -->
[22:11:41.432] INFO: Selected: api=MPRIS_LINUX, player=VLC
[22:11:41.466] INFO: Using MPRIS_LINUX as the API
[22:11:41.485] INFO: Using VLC as the player
[22:11:42.520] INFO: Looking for players
[22:11:42.525] INFO: Skipping org.mpris.MediaPlayer2.spotify because it's not playing at the moment
[22:11:42.525] INFO: Connection attempts left: 299
[22:11:43.566] INFO: Looking for players
[22:11:43.569] INFO: Skipping org.mpris.MediaPlayer2.spotify because it's not playing at the moment
[22:11:43.569] INFO: Connection attempts left: 298
[22:11:44.617] INFO: Looking for players
[22:11:44.621] INFO: Using org.mpris.MediaPlayer2.spotify
[22:11:44.622] INFO: Succesfully connected to the API

Also, the output of the audiosync module seems to be output to the console now even if the --debug flag is not set. Whereas previously this output was not shown in the console unless the --debug flag was set.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions