class PlexCLI::Command::SyncPlaylists

Defined in:

plexcli/command/sync_playlists.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(source : Nil | PlexCLI::Server, destination : Nil | PlexCLI::Server) #

[View source]

Instance Method Detail

def destination : Server #

def destination=(destination : Server) #

[View source]
def destination? : Server | Nil #

def pairs #

Select pairs of playlists by title


[View source]
def playlists_by_name(server : Server) #

[View source]
def run #

[View source]
def source : Server #

def source=(source : Server) #

[View source]
def source? : Server | Nil #