Skip to content

Commit

Permalink
make ALSA audio output the default option
Browse files Browse the repository at this point in the history
  • Loading branch information
heniotierra committed Dec 6, 2020
1 parent 81f5943 commit 184bc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion options.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def read(self,filename):
def create(self,filename):
config=ConfigParser.ConfigParser()
config.add_section('config')
config.set('config','audio','hdmi')
config.set('config','audio','alsa')
config.set('config','subtitles','off')
config.set('config','mode','single')
config.set('config','playlists','')
Expand Down
2 changes: 1 addition & 1 deletion tboplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -2272,7 +2272,7 @@ def nope(self):
# ***************************************

if __name__ == "__main__":
datestring="25 Oct 2020"
datestring="6 Dec 2020"

dbusif_tboplayer = None
try:
Expand Down

0 comments on commit 184bc2e

Please sign in to comment.