INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: [How-To] Add the APT Repository for Media Center 23  (Read 12471 times)

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
[How-To] Add the APT Repository for Media Center 23
« on: July 12, 2017, 06:09:35 am »

With the release of Media Center 23 onto the latest repo, the APT Repository has been updated and changed for Media Center 23. What does this mean? If you're already using the APT Repository for Media Center 20, Media Center 21 or Media Center 22 and you're going to replace it with Media Center 23, you'll need to update your sources. Otherwise if you're doing a clean install of Media Center 23 you can skip step 0!

Step 0 - Optional - Replacing Media Center 20/21/22 with Media Center 23:

This step is completely optional. If you want to keep older Media Center builds installed alongside Media Center 23, you can without issue! However, if you want to completely replace an older Media Center with a newer Media Center 23 (and leave no trace of the old Media Center versions around), you can follow this step and go onto step 1! NOTE: Always do a library backup of any older Media Center versions (save to the desktop or somewhere you can find it) if you're going to proceed with this step!

Still wanting to do a clean install with no older Media Center builds installed? Okay, first make a backup of your Media Center 20/21/22 library and save it to a place where you can find it, e.g. desktop. This is VERY important!

Now we've got to remove the old mediacenter20.list and/or mediacenter21.list and/or mediacenter22.list file from the /etc/apt/sources.list.d/ directory. Open a Terminal (by either pressing CTRL+ALT+T or by searching for the Terminal in your desktop environment) and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

For Media Center 20:

Code: [Select]
sudo rm /etc/apt/sources.list.d/mediacenter20.list
For Media Center 21:

Code: [Select]
sudo rm /etc/apt/sources.list.d/mediacenter21.list
For Media Center 22:

Code: [Select]
sudo rm /etc/apt/sources.list.d/mediacenter22.list
Now assuming you made a backup of your library, lets remove Media Center 20/21/22 completely. With a Terminal open (by either pressing CTRL+ALT+T or by searching for the Terminal in your desktop environment) and either type the following commands one-by-one or copy and paste the commands in one-by-one and press Enter (you *may* be prompted for your password);

For Media Center 20:

Code: [Select]
sudo apt-get remove mediacenter20
For Media Center 21:

Code: [Select]
sudo apt-get remove mediacenter21
For Media Center 22:

Code: [Select]
sudo apt-get remove mediacenter22
Then...

For Media Center 20:

Code: [Select]
sudo rm -rf '/usr/lib/jriver/Media Center 20'
For Media Center 21:

Code: [Select]
sudo rm -rf '/usr/lib/jriver/Media Center 21'
For Media Center 22:

Code: [Select]
sudo rm -rf '/usr/lib/jriver/Media Center 22'
And finally...

For Media Center 20:

Code: [Select]
sudo rm -rf '~/.jriver/Media Center 20'
For Media Center 21:

Code: [Select]
sudo rm -rf '~/.jriver/Media Center 21'
For Media Center 22:

Code: [Select]
sudo rm -rf '~/.jriver/Media Center 22'
This will completely remove Media Center 20/21/22 - now you're ready to install Media Center 23!


Step 1 - Adding the JRiver Media Center 23 APT Repository:

The APT repository is required to install Media Center 23 and keep Media Center 23 updated with every new release. There's three available repositories; Stable, Latest and Beta. Decide for yourself which one you want to use - descriptions of each are below.

NOTE: You can run the beta repo alongside either the latest or stable repos if desired (for beta testing, etc.). Don't try to use both the latest and stable repos at the same time - only choose and use one of them!

First, open a Terminal (by either pressing CTRL+ALT+T or by searching for the Terminal in your desktop environment) and either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
wget -q "http://dist.jriver.com/mediacenter@jriver.com.gpg.key" -O- | sudo apt-key add -
Next, with the Terminal still open, we need to download and add the correct mediacenter.list file to the /etc/apt/sources.list.d/ directory. Also, you can pick which repository you want to use (Stable, Latest or Beta - choose only one!) so either type one the following commands or copy and paste the command in and press Enter;


Media Center 23 (Stable) Repository:

This repository is using the latest stable release of Media Center 23 and is currently the default repository that should be used. It may be out-of-date compared to the Latest repository, however these builds have been thoroughly tested and are considered stable.

Code: [Select]
sudo wget http://dist.jriver.com/stable/mediacenter/mediacenter23.list -O /etc/apt/sources.list.d/mediacenter23.list

Media Center 23 (Latest) Repository:

This repository is using the latest up-to-date release of Media Center 23. There *may* be instability issues!

Code: [Select]
sudo wget http://dist.jriver.com/latest/mediacenter/mediacenter23.list -O /etc/apt/sources.list.d/mediacenter23.list

Media Center 23 (Beta) Repository:

This repository is for beta builds - not intended for users who prefer stability! These builds are likely buggy, may crash, etc. But this repo can be used alongside either the stable or latest repos!

Code: [Select]
sudo wget http://dist.jriver.com/beta/mediacenter/mediacenter23.list -O /etc/apt/sources.list.d/mediacenter23beta.list
That's it! Now we can install Media Center 23...


Step 2 - Installing Media Center 23:

Finally, we need to reload the packages list, so with the Terminal still open either type the following command or copy and paste the command in and press Enter;

Code: [Select]
sudo apt-get update
You can now install Media Center 23 by opening a Terminal (by either pressing CTRL+ALT+T or by searching for the terminal in your desktop environment) or re-use the Terminal from the previous step. Next either type the following command or copy and paste the command in and press Enter (you *may* be prompted for your password);

Code: [Select]
sudo apt-get install mediacenter23
And that's it, Media Center 23 should be installed now. Hope this helps people getting the Media Center 23 APT repository added and working on Debian, Ubuntu, Linux Mint, etc.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

Werner

  • Junior Woodchuck
  • **
  • Posts: 72
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #1 on: July 13, 2017, 04:28:30 am »

sudo wget http://dist.jriver.com/stable/mediacenter/mediacenter23native.list -O /etc/apt/sources.list.d/mediacenter23.list
--2017-07-13 11:25:26--  http://dist.jriver.com/stable/mediacenter/mediacenter23native.list
Auflösen des Hostnamen »dist.jriver.com (dist.jriver.com)«... 216.14.187.181
Verbindungsaufbau zu dist.jriver.com (dist.jriver.com)|216.14.187.181|:80... verbunden.
HTTP-Anforderung gesendet, warte auf Antwort... 404 Not Found
2017-07-13 11:25:27 FEHLER 404: Not Found.

And the next step:

sudo apt-get install mediacenter23
Paketlisten werden gelesen... Fertig
Abhängigkeitsbaum wird aufgebaut.       
Statusinformationen werden eingelesen.... Fertig
E: Paket mediacenter23 kann nicht gefunden werden.

That’s not unexpected: It’s JRiver... (It’s good to have a backup not only of the library but of the sd-card.) Would you please give a sign when this works? I’d like to install Mediacenter 23 because I paid for the update. Thank you in advance.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #2 on: July 13, 2017, 04:37:16 am »

There's no stable repos yet, try the latest and/or beta repos. If I had to guess, there likely won't be a stable build for awhile.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

Werner

  • Junior Woodchuck
  • **
  • Posts: 72
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #3 on: July 13, 2017, 04:59:39 am »

May we hope to get a hint when this text will be correct and the install possible? Or would you kindly give a hint how we can find out if there is a stable repository?
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #4 on: July 13, 2017, 03:29:20 pm »

May we hope to get a hint when this text will be correct and the install possible? Or would you kindly give a hint how we can find out if there is a stable repository?
The stable repo exists now. It has the same as latest in it, 23.0.19. This is for amd64 only, there aren't MC 23 builds of arm or i386 yet.
Logged

Werner

  • Junior Woodchuck
  • **
  • Posts: 72
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #5 on: July 14, 2017, 12:23:59 am »

What does this mean? There is no build for raspberry, but there is a text which says that I can install it on my raspberry? And the text says to erase JRiver and the library before I find out that I can't install MC23?
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #6 on: July 14, 2017, 02:26:10 am »

It means there's a build available on the (AMD64, aka x86_64) 64-bit repo, but not the 32-bit (i386, aka x86) or ARM (e.g. the Raspberry Pi) repos yet.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

mwillems

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 5171
  • "Linux Merit Badge" Recipient
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #7 on: July 14, 2017, 08:05:45 am »

It means there's a build available on the (AMD64, aka x86_64) 64-bit repo, but not the 32-bit (i386, aka x86) or ARM (e.g. the Raspberry Pi) repos yet.

Exactly; I haven't posted the guide to installing MC 23 on a raspberry yet because there is no "stable" arm build available.

And the text says to erase JRiver and the library before I find out that I can't install MC23?

@Awesome Donkey; I'm curious, what's the thinking behind suggesting people delete their old MC directory before installing the new one?  That seems kind of dicey if anything goes wrong with the upgrade and probably effectively prevents automatic library migration from ever working (although that's not working yet in MC23, I recognize).  Just curious if that solves some category of upgrade problems that I'm not aware of.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #8 on: July 14, 2017, 09:11:41 am »

Yeah, I'll reword it as optional when I get some time. Personally, I just make the library backup and clean remove everything before upgrading (same with Windows and Mac too).
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

JimH

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 71328
  • Where did I put my teeth?
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #9 on: July 14, 2017, 09:21:49 am »

It's fine to install MC23 without uninstalling MC22 or another earlier version.  Uninstall the old version later.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #10 on: July 14, 2017, 09:25:39 am »

Changed the wording of step 0 above.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #11 on: July 14, 2017, 09:39:08 am »

Also, the .jriver/Media Center xx directories are completely independent from each other.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #12 on: July 14, 2017, 10:46:34 am »

I'm going to be updating the BETA repo to reflect the new distro requirements.

The mediacenter23native.list will be jessie for i386 and arm (the arm is active now, i386 doesn't have a build yet).

For AMD64 builds, mediacenter23stretch.list will be used WHEN there is a stretch amd64 build (which there isn't yet).

Eventually this will spread to the latest and stable repos.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #13 on: July 14, 2017, 11:29:35 am »

Nice! Let me know here when all that goes up. :D
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #14 on: July 14, 2017, 01:41:47 pm »

Nice! Let me know here when all that goes up. :D
Just about there. It looks like it might be possible to put both the amd64 stretch and the i386 and armhf jessie lines in the same mediacenter23.native file. What do you think??
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #15 on: July 14, 2017, 01:45:42 pm »

Go for it! :D All-in-one would make it much, much easier.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #16 on: July 14, 2017, 02:42:45 pm »

Go for it! :D All-in-one would make it much, much easier.
Ok, the mediacenter23.list now contains arch specific lines.
The armhf and i386 jessie builds are there.
The amd64 stretch build is giving me issues with gcc 6. Working on it....
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #17 on: July 14, 2017, 03:14:44 pm »

Nice. Can't wait to see a 64-bit Stretch build! I just installed Stretch in a VM, and boy was it an experience (it has issues with su if installing from a live image). But it's up and working now. :) Also, you could potentially target Ubuntu too (trusty for 14.04 LTS, xenial for 16.04 LTS and zesty for 17.04) but IMO this doesn't matter as it'll work on Ubuntu already as-is.

EDIT: PSA to anyone adding this updated beta repo to 64-bit Stretch (or Ubuntu, Mint, etc.). sudo apt-get update will loop a few times through the repo, then displays this;

Code: [Select]
Ign:26 http://dist.jriver.com/beta/mediacenter stretch/main DEP-11 64x64 Icons
Ign:19 http://dist.jriver.com/beta/mediacenter stretch/main amd64 Packages
Ign:20 http://dist.jriver.com/beta/mediacenter stretch/main all Packages
Ign:21 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en                                                   
Ign:22 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en_US                                                 
Ign:23 http://dist.jriver.com/beta/mediacenter stretch/main amd64 DEP-11 Metadata                                             
Ign:24 http://dist.jriver.com/beta/mediacenter stretch/main all DEP-11 Metadata                                               
Ign:26 http://dist.jriver.com/beta/mediacenter stretch/main DEP-11 64x64 Icons                                               
Ign:19 http://dist.jriver.com/beta/mediacenter stretch/main amd64 Packages                                                   
Ign:20 http://dist.jriver.com/beta/mediacenter stretch/main all Packages                                                     
Ign:21 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en                                                   
Ign:22 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en_US                                                 
Ign:23 http://dist.jriver.com/beta/mediacenter stretch/main amd64 DEP-11 Metadata                                             
Ign:24 http://dist.jriver.com/beta/mediacenter stretch/main all DEP-11 Metadata                                               
Ign:26 http://dist.jriver.com/beta/mediacenter stretch/main DEP-11 64x64 Icons                                               
Err:19 http://dist.jriver.com/beta/mediacenter stretch/main amd64 Packages                                                   
  404  Not Found
Ign:20 http://dist.jriver.com/beta/mediacenter stretch/main all Packages
Ign:21 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en
Ign:22 http://dist.jriver.com/beta/mediacenter stretch/main Translation-en_US
Ign:23 http://dist.jriver.com/beta/mediacenter stretch/main amd64 DEP-11 Metadata
Ign:24 http://dist.jriver.com/beta/mediacenter stretch/main all DEP-11 Metadata
Ign:26 http://dist.jriver.com/beta/mediacenter stretch/main DEP-11 64x64 Icons
Fetched 209 kB in 50s (4,160 B/s)
Reading package lists... Done
W: The repository 'http://dist.jriver.com/beta/mediacenter stretch Release' does not have a Release file.
N: Data from such a repository can't be authenticated and is therefore potentially dangerous to use.
N: See apt-secure(8) manpage for repository creation and user configuration details.
E: Failed to fetch http://dist.jriver.com/beta/mediacenter/dists/stretch/main/binary-amd64/Packages  404  Not Found
E: Some index files failed to download. They have been ignored, or old ones used instead.

But this expected since there's nothing there yet for 64-bit Stretch. FYI to anyone trying to add the updated beta repo for AMD64, gotta wait for a build so don't add it yet! ;)
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #18 on: August 04, 2017, 06:17:41 am »

Other than the beta repo with Stretch 64-bit giving off errors, are all the other repos close to all being merged and ready to go? Or is it going to be in waves (e.g. starting with beta, moving to latest then stable). Just let me know which .list file links I can drop above and when I can and I'll edit the tutorial accordingly. :)
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #19 on: August 04, 2017, 02:14:14 pm »

Other than the beta repo with Stretch 64-bit giving off errors, are all the other repos close to all being merged and ready to go? Or is it going to be in waves (e.g. starting with beta, moving to latest then stable). Just let me know which .list file links I can drop above and when I can and I'll edit the tutorial accordingly. :)
I wouldn't mind getting some more feedback on the beta but I suppose I can move it to latest.
Since the license needs to be re-entered I'm anticipating some screaming sounds ;)
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #20 on: August 07, 2017, 11:16:56 am »

The MC23 AMD64 stretch beta is out and the repo has been updated accordingly.
One will need to re-download the mediacenter23.list file in the beta repo to get the updates automatically.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #23 on: August 07, 2017, 12:11:13 pm »

Edited. Let me know when I can do the same for Latest and Stable. :D
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

bigbig2005

  • Member
  • *
  • Posts: 1
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #24 on: August 30, 2017, 01:02:22 am »

For Raspberry PI3, can you provide a demo image of MC23?
It will be easier to just burn a new image then go thru all the steps.  Thanks.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #25 on: August 30, 2017, 04:28:03 am »

Demo image? Just grab it from the repo - it's a fully functional demo version.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #26 on: September 08, 2017, 06:54:18 pm »

Looks like the repos are merged in latest, editing tutorial above!

Let me know when the change(s) hit stable.
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

tarking

  • Recent member
  • *
  • Posts: 8
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #27 on: September 09, 2017, 09:40:26 am »

Tried to install MediaCenter23 on Raspberry Pi 3:

sudo apt-get update:

W: Failed to fetch http://dist.jriver.com/stable/mediacenter/dists/jessie/InRelease  Unable to find expected entry 'main/binary-armhf/Packages' in Release file (Wrong sources.list entry or malformed file)

E: Some index files failed to download. They have been ignored, or old ones used instead.

sudo apt-get install mediacenter23:

E: Unable to locate package mediacenter23


What's wrong?

Thanks.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #28 on: September 09, 2017, 09:48:42 am »

The stable repo might be broken and/or there's no stable builds added to the repo yet, so please try switching to the latest repo instead for the time being (just run the latest repo command, it'll override the existing mediacenter23.list).
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers

tarking

  • Recent member
  • *
  • Posts: 8
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #29 on: September 09, 2017, 09:56:32 am »

OK. I thought I read that stable repo has been created. It was created for i386 and AMD64 it seems. Will try latest. Thanks.
Logged

bob

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 13487
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #30 on: September 11, 2017, 10:02:38 am »

All of Beta, Latest and Stable now have Jessie builds of 23.0.52 and the repo mediacenter23.list files have been updated.
Logged

Awesome Donkey

  • Administrator
  • Citizen of the Universe
  • *****
  • Posts: 7358
  • The color of Spring...
Re: [How-To] Add the APT Repository for Media Center 23
« Reply #31 on: September 11, 2017, 10:09:44 am »

Updated the tutorial! :D

Just a reminder to the stable repo users, updating from a build lower than 23.0.28 to 23.0.52 WILL cause the loss of registration and it will require re-entry of the license!
Logged
I don't work for JRiver... I help keep the forums safe from Viagra and other sources of sketchy pharmaceuticals.

Windows 11 2023 Update (23H2) 64-bit + Ubuntu 23.10 Mantic Minotaur 64-bit | Windows 11 2023 Update (23H2) 64-bit (Intel N305 Fanless NUC 16GB RAM/256GB NVMe SSD)
JRiver Media Center 32 (Windows + Linux) | Topping D50s DAC | Edifier R2000DB Bookshelf Speakers
Pages: [1]   Go Up