Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
M
MBetterc
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mbetter
MBetterc
Commits
c20d12f7
Commit
c20d12f7
authored
May 29, 2026
by
Your Name
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 1.0.34
Co-Authored-By:
Claude Sonnet 4.6
<
noreply@anthropic.com
>
parent
28ab7f76
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
build.py
build.py
+1
-1
main.py
main.py
+1
-1
__init__.py
mbetterclient/__init__.py
+1
-1
settings.py
mbetterclient/config/settings.py
+1
-1
app.py
mbetterclient/web_dashboard/app.py
+1
-1
No files found.
build.py
View file @
c20d12f7
...
...
@@ -14,7 +14,7 @@ from typing import List, Dict, Any
# Build configuration
BUILD_CONFIG
=
{
'app_name'
:
'MbetterClient'
,
'app_version'
:
'1.0.3
3
'
,
'app_version'
:
'1.0.3
4
'
,
'description'
:
'Cross-platform multimedia client application'
,
'author'
:
'MBetter Team'
,
'entry_point'
:
'main.py'
,
...
...
main.py
View file @
c20d12f7
...
...
@@ -217,7 +217,7 @@ Examples:
parser
.
add_argument
(
'--version'
,
action
=
'version'
,
version
=
'MbetterClient 1.0.3
3
'
version
=
'MbetterClient 1.0.3
4
'
)
# Timer options
...
...
mbetterclient/__init__.py
View file @
c20d12f7
...
...
@@ -4,7 +4,7 @@ MbetterClient - Cross-platform multimedia client application
A multi-threaded application with video playback, web dashboard, and REST API integration.
"""
__version__
=
"1.0.3
3
"
__version__
=
"1.0.3
4
"
__author__
=
"MBetter Project"
__email__
=
"dev@mbetter.net"
__description__
=
"Cross-platform multimedia client with video overlay and web dashboard"
...
...
mbetterclient/config/settings.py
View file @
c20d12f7
...
...
@@ -403,7 +403,7 @@ class AppSettings:
timer
:
TimerConfig
=
field
(
default_factory
=
TimerConfig
)
# Application settings
version
:
str
=
"1.0.3
3
"
version
:
str
=
"1.0.3
4
"
debug_mode
:
bool
=
False
dev_message
:
bool
=
False
# Enable debug mode showing only message bus messages
debug_messages
:
bool
=
False
# Show all messages passing through the message bus on screen
...
...
mbetterclient/web_dashboard/app.py
View file @
c20d12f7
...
...
@@ -247,7 +247,7 @@ class WebDashboard(ThreadedComponent):
def
inject_globals
():
return
{
'app_name'
:
'MbetterClient'
,
'app_version'
:
'1.0.3
3
'
,
'app_version'
:
'1.0.3
4
'
,
'current_time'
:
time
.
time
(),
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment