INTERACT FORUM

More => Old Versions => JRiver Media Center 27 for Linux => Topic started by: geier22 on September 14, 2020, 03:27:37 pm

Title: Repository for MC 27
Post by: geier22 on September 14, 2020, 03:27:37 pm
In which repo exactly can I find MC 27?
I have these two repos in my sources,
Code: [Select]
inxi -r |grep mediacenter
  Active apt repos in: /etc/apt/sources.list.d/mediacenter26.list
  1: deb [arch=amd64,i386,armhf] http://dist.jriver.com/latest/mediacenter/ jessie main
  Active apt repos in: /etc/apt/sources.list.d/mediacenter26beta.list
  1: deb [arch=amd64,i386,armhf] http://dist.jriver.com/beta/mediacenter/ jessie main
but I had to download MC by hand and install it with dpkg

MC 27 doesn't seem to exist

Code: [Select]
apt policy  mediacenter27
mediacenter27:
  Installiert:           27.0.10
  Installationskandidat: 27.0.10
  Versionstabelle:
 *** 27.0.10 100
        100 /var/lib/dpkg/status
hans@XFCE:~$ apt policy  mediacenter26
mediacenter26:
  Installiert:           26.0.107
  Installationskandidat: 26.0.107
  Versionstabelle:
 *** 26.0.107 500
        500 http://dist.jriver.com/latest/mediacenter jessie/main amd64 Packages
        500 http://dist.jriver.com/beta/mediacenter jessie/main amd64 Packages
        100 /var/lib/dpkg/status
Title: Re: Repository for MC 27
Post by: bob on September 14, 2020, 03:31:13 pm
In which repo exactly can I find MC 27?
I have these two repos in my sources,
Code: [Select]
inxi -r |grep mediacenter
  Active apt repos in: /etc/apt/sources.list.d/mediacenter26.list
  1: deb [arch=amd64,i386,armhf] http://dist.jriver.com/latest/mediacenter/ jessie main
  Active apt repos in: /etc/apt/sources.list.d/mediacenter26beta.list
  1: deb [arch=amd64,i386,armhf] http://dist.jriver.com/beta/mediacenter/ jessie main
but I had to download MC by hand and install it with dpkg
MC is based on buster now so just change your jessie to buster in your lists.
Title: Re: Repository for MC 27
Post by: geier22 on September 14, 2020, 03:37:25 pm
Thanks bob
problem solved
Code: [Select]
apt policy  mediacenter27
mediacenter27:
  Installiert:           27.0.10
  Installationskandidat: 27.0.12
  Versionstabelle:
     27.0.12 500
        500 http://dist.jriver.com/beta/mediacenter buster/main amd64 Packages
 *** 27.0.10 100
        100 /var/lib/dpkg/status

But would I have to open a second beta repo for MC 26?
Or is MC 26 also in this repo?
I find that a bit confusing.
Title: Re: Repository for MC 27
Post by: bob on September 14, 2020, 03:52:18 pm
Thanks bob
problem solved
Code: [Select]
apt policy  mediacenter27
mediacenter27:
  Installiert:           27.0.10
  Installationskandidat: 27.0.12
  Versionstabelle:
     27.0.12 500
        500 http://dist.jriver.com/beta/mediacenter buster/main amd64 Packages
 *** 27.0.10 100
        100 /var/lib/dpkg/status

But would I have to open a second beta repo for MC 26?
Or is MC 26 also in this repo?
I find that a bit confusing.
They are in the same repo.
You could have one line for each in your list, jessie for MC26, buster for MC27 then which ever one you want you'll get the latest.
Title: Re: Repository for MC 27
Post by: Awesome Donkey on September 14, 2020, 03:53:28 pm
I'll be getting the APT repositiory tutorial along with the Ubuntu/Debian/Linux Mint tutorial up tomorrow hopefully.
Title: Re: Repository for MC 27
Post by: bob on September 14, 2020, 04:40:33 pm
I'll be getting the APT repositiory tutorial along with the Ubuntu/Debian/Linux Mint tutorial up tomorrow hopefully.
Great!
Thanks.
Title: Re: Repository for MC 27
Post by: geier22 on September 15, 2020, 12:55:38 am
They are in the same repo.
You could have one line for each in your list, jessie for MC26, buster for MC27 then which ever one you want you'll get the latest.

I've changed it a bit now.  And this is how it works for MC 26 and 27:

Code: [Select]
inxi -r |grep mediacenter
  Active apt repos in: /etc/apt/sources.list.d/mediacenter_beta.list
  1: deb [arch=amd64,i386,armhf] http://dist.jriver.com/beta/mediacenter/ buster main
  2: deb [arch=amd64] http://dist.jriver.com/beta/mediacenter/ jessie main

Code: [Select]
~$ apt policy  mediacenter27
mediacenter27:
  Installiert:           27.0.12
  Installationskandidat: 27.0.12
  Versionstabelle:
 *** 27.0.12 500
        500 http://dist.jriver.com/beta/mediacenter buster/main amd64 Packages
        100 /var/lib/dpkg/status

~$ apt policy  mediacenter26
mediacenter26:
  Installiert:           26.0.107
  Installationskandidat: 26.0.107
  Versionstabelle:
 *** 26.0.107 500
        500 http://dist.jriver.com/beta/mediacenter jessie/main amd64 Packages
        100 /var/lib/dpkg/status