2022-08-21, 14:06
I salute the Kodi community.
Today I have a special problem again.
My household is running a media server with Kodi 19.4 on PCLinuxOS and Tiny Media Manager 4.3.2.
The database is MariaDB 10.2.
Furthermore I have 5 TX3 Mini (Kodi 19.4 Android) in use and one Kodi 19.4 on a Linux machine (PCLinuxOS).
This works fine so far. I update the database on the Mediaserver and on all devices the update is taken over.
Everything is fine up to this point.
Now to my problem:
1st user: Kodi on Linux and TX3 Android.
2nd user: 2x TX3 Android
3rd user: TX3 Android
4th user: currently Twonky
My idea now is the following:
The databases should be kept up to date for all users via the media server.
Newly added content should be displayed for all clients.
Already seen content must be user specific.
Creating new profiles is no problem.
How must the advantedsettings.xml look like in this case?
I have the following setting (1st user):
It seems to work with this; video_roland119 and music_roland82 are created. When I apply this setting to my TX3, it works as I want it to. When I update the database, this is applied to the other device.
Now I want to do this update on the server as mentioned before.
I log in with user 1, update DB.
I log in with user 2, update DB.
I log in with user 3, update DB.
Is such a procedure possible?
I would like to point out that English is not my native language.
If something was translated wrong, I ask for understanding.
Today I have a special problem again.
My household is running a media server with Kodi 19.4 on PCLinuxOS and Tiny Media Manager 4.3.2.
The database is MariaDB 10.2.
Furthermore I have 5 TX3 Mini (Kodi 19.4 Android) in use and one Kodi 19.4 on a Linux machine (PCLinuxOS).
This works fine so far. I update the database on the Mediaserver and on all devices the update is taken over.
Everything is fine up to this point.
Now to my problem:
1st user: Kodi on Linux and TX3 Android.
2nd user: 2x TX3 Android
3rd user: TX3 Android
4th user: currently Twonky
My idea now is the following:
The databases should be kept up to date for all users via the media server.
Newly added content should be displayed for all clients.
Already seen content must be user specific.
Creating new profiles is no problem.
How must the advantedsettings.xml look like in this case?
I have the following setting (1st user):
Quote:<advancedsettings version="1.0">
<videodatabase>
<type>mysql</type>
<host>192.168.0.82</host>
<port>3306</port>
<name>video_roland</name>
<user>KODI</user>
<pass>xxxxxxxx</pass>
</videodatabase>
<musicdatabase>
<type>mysql</type>
<host>192.168.0.82</host>
<port>3306</port>
<name>music_roland</name>
<user>KODI</user>
<pass>xxxxxxxx</pass>
</musicdatabase>
</advancedsettings>
It seems to work with this; video_roland119 and music_roland82 are created. When I apply this setting to my TX3, it works as I want it to. When I update the database, this is applied to the other device.
Now I want to do this update on the server as mentioned before.
I log in with user 1, update DB.
I log in with user 2, update DB.
I log in with user 3, update DB.
Is such a procedure possible?
I would like to point out that English is not my native language.
If something was translated wrong, I ask for understanding.