Skip to content

mgarrett33/nixplay-util

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixflickr

NixPlay / Flickr album sync

Requires Python3.6+

Installation

service/install.sh

Nixplay credentials must be configured for the systemd service (see below)

Development

When editing the nixplay service, or doing development, it is necessary to reload the systemd service file:

systemctl daemon-reload
systemctl restart nixflix

Credentials

Set NixPlay credentials as environment variables, or specify --username and --password at the commandline

  • NIXPLAY_USERNAME=username
  • NIXPLAY_PASSWORD=password

Set NixPlay credentials for systemd service

systemctl edit nixflix.service

Enter the following for /etc/systemd/system/nixflix.service.d/override.conf

[Service]
Environment="NIXPLAY_USERNAME=<username here>"
Environment="NIXPLAY_PASSWORD=<password here>"

Restart the service using systemctl restart nixflix

Usage

python nixflix.py --playlist <NixPlay playlist name> --album <Flickr Album Name>

About

NixPlay / Flickr album sync

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.8%
  • Shell 2.2%