- Thread starter
- #11
Hi.
Yesterday I've setup a MP 2.2 single seat system on my bedroom PC (two MP2 server in one network are working properly...) Right at the moment I'm importing tons of media into it, as I need a filled Database for developing... Today or tomorrow I will start investigating what has changed inside the db and how I can export / import the watched flags...
Bigger changes are needed because now I need to store/import the watched flags for every registered user separately... So it will take some time before I'm done with this...
To keep the code clean and save space in the GUI I will drop support for MP 2.0 as I don't think anyone out there still uses MP 2.0. MP 2.1 will be supported until MP 2.3 comes out, and so on...
Yes, it does, I'm using it daily for automated database (MediaLibrary and TV Database) backup.I guess current version is also working for MP2.1.1, MP2.1.2 and MP2.1.3.
The database backup function will work as long as the database file names did not change. It's due to an universal SQLite feature used for this. And even if the file names are changing it is a 5 second fix to make MP2.1 B&R running again (Just change the value of a global constant). Only backup/restore of the watched flags will not work with 2.2 and it's user management, I'm sure.Because the DB will change once again with MP2.2,
Are you already working on that?
Yesterday I've setup a MP 2.2 single seat system on my bedroom PC (two MP2 server in one network are working properly...) Right at the moment I'm importing tons of media into it, as I need a filled Database for developing... Today or tomorrow I will start investigating what has changed inside the db and how I can export / import the watched flags...
Bigger changes are needed because now I need to store/import the watched flags for every registered user separately... So it will take some time before I'm done with this...
To keep the code clean and save space in the GUI I will drop support for MP 2.0 as I don't think anyone out there still uses MP 2.0. MP 2.1 will be supported until MP 2.3 comes out, and so on...