Jump to content
IGNORED

GentooPlayer


Recommended Posts

9 minutes ago, antonellocaroli said:

ah ok,

jriver gives 50% of the volume because the volume control in the mpd settings is off...

 

image.thumb.png.de5ef24af4f52c0e61b249a845cfa0ed.png

 

you have to change it

OK thank you! I will give it a try later. I couldn't access this web interface earlier. Do I just copy and paste the address for rpi3? 

Link to comment
53 minutes ago, Patatorz said:

Hello Antonello, i use to synchronize my library between the server and the NAS for purpose of backup with Resilio-Sync : do you know if i would be able to install Resilio on Gentooplayer ?

 

thanks 

 

 

you can simply use from shell "rsync":

 

see

see

see

 

https://ss64.com/bash/rsync.html

 

ex:

rsync -av --delete /Directory1/ /Directory2/

Quote

The code above will synchronize the contents of Directory1 to Directory2, and leave no differences between the two. If rsync finds that Directory2 has a file that Directory1 does not, it will delete it. If rsync finds a file that has been changed, created, or deleted in Directory1, it will reflect those same changes to Directory2.

 

you can also find scripts already ready:

see

https://github.com/laurent22/rsync-time-backup

 

rsync -man

 

 

if you prefer something graphic:

 

https://packages.gentoo.org/packages/x11-misc/grsync

is nothing more than a graphical interface to rsync

 

emerge --ask grsync

 

image.png.f7ca91e1d213e5a53ca59082268129db.png

 

 

 

 

Or if you like I made an ebuild for resilio-sync... but I haven't tried it:

 

gp-update

emerge --ask resilio-sync

 

 

 

42 minutes ago, zacho said:

OK thank you! I will give it a try later. I couldn't access this web interface earlier. Do I just copy and paste the address for rpi3? 

ip-rpi3:5000

 

ex:

192.168.178.55:5000

Link to comment
1 hour ago, antonellocaroli said:

gp-update

emerge --ask resilio-sync

 

I've tried it on rpi, but I don't really understand how it works... and it doesn't even seem like such a safe application...

Anyway, this is the procedure:

 

gp-update

echo "net-p2p/resilio-sync **" >> /etc/portage/package.accept_keywords/my_key

echo "net-p2p/resilio-sync all-rights-reserved" >> /etc/portage/package.license/my_license

emerge --ask resilio-sync

 

/etc/init.d/resilio-sync restart

 

image.thumb.png.e15a48e1f4aef804bcc7897e72502562.png

Link to comment

Hello Antonello, thanks a lot it works fine. I use this application since years to synchronize backups and never had any problem. 

You select the folders you want to sync on one computer. You copy the link of this folder on the webUI of Resilio-Sync on the computer/NAS you want to synchronize and as soon some updates are done it is synchronized. This is RSLSYNC with a webUI much more easy to me.

 

In fact there is still a problem, i think i need to give the rights to the folders i want to share to the resilio-sync service....

 

 

Link to comment
5 hours ago, zacho said:

 

 

I've managed to get music! but it's still showing the volume slider on JRiver to be 50% even though it's at 100% volume. I actually need it to be at 97% otherwise I get audible clipping due to the gain mismatch between my amp and dac's XLR connections

I get the following when trying amixer set 'Master',0 100% unmute

 

Wrong scontrol identifier: Master,
 

 

The volume slider in JRiver defaults to a 50% position when JRiver cannot control the volume of the playback device.  In GP's MPD settings change the mixer to software.

Link to comment
21 hours ago, antonellocaroli said:

 

I've tried it on rpi, but I don't really understand how it works... and it doesn't even seem like such a safe application...

Anyway, this is the procedure:

 

gp-update

echo "net-p2p/resilio-sync **" >> /etc/portage/package.accept_keywords/my_key

echo "net-p2p/resilio-sync all-rights-reserved" >> /etc/portage/package.license/my_license

emerge --ask resilio-sync

 

/etc/init.d/resilio-sync restart

 

image.thumb.png.e15a48e1f4aef804bcc7897e72502562.png

Hello Antonello, for different reasons i re-installed from scratch yesterday. this morning when i trie to insall resilio-sync according to your recommendation and when i put the "emerge --ask resilio-sync" i have the following error

 emerge: error: unrecognized arguments: --ask resilio-sync

 

thanks for your support.

Link to comment
13 minutes ago, Patatorz said:

Hello Antonello, for different reasons i re-installed from scratch yesterday. this morning when i trie to insall resilio-sync according to your recommendation and when i put the "emerge --ask resilio-sync" i have the following error

 

 

thanks for your support.

you gave gp-update?

did you copy and paste the command?

Try writing it by hand...

Link to comment

Just went through by hand an now



!!! All ebuilds that could satisfy "resilio-sync" have been masked.
!!! One of the following masked packages is required to complete your request:
- net-p2p/resilio-sync-2.6.4.1344::antonellocaroli (masked by: corruption)
- net-p2p/resilio-sync-2.6.3::gentoo (masked by: corruption)
- net-p2p/resilio-sync-2.6.1::gentoo (masked by: corruption)

For more information, see the MASKED PACKAGES section in the emerge
man page or refer to the Gentoo Handbook.

Link to comment

yes perfectly from the first point to last point

 

 

 

gp-update

echo "net-p2p/resilio-sync **" >> /etc/portage/package.accept_keywords/my_key

echo "net-p2p/resilio-sync all-rights-reserved" >> /etc/portage/package.license/my_license

emerge --ask resilio-sync

 

/etc/init.d/resilio-sync restart

 

 

i try to reboot and try another time

Link to comment
23 hours ago, antonellocaroli said:

ah ok,

jriver gives 50% of the volume because the volume control in the mpd settings is off...

 

image.thumb.png.de5ef24af4f52c0e61b249a845cfa0ed.png

 

you have to change it



Managed to get it to work. Thank you!

I will still stick to DietPi until an easy way to integrate Spotify connect comes out

Link to comment

I'm in version 2.11. Yesterday worked fine 🙂

 

3 minutes ago, antonellocaroli said:

if you are not with version 2.11?

 

then this path is different

echo "net-p2p/resilio-sync **" >> /etc/portage/package.accept_keywords/my_key

 

echo "net-p2p/resilio-sync **" >> /etc/portage/package.keywords/my_key

 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...