diff --git a/README.md b/README.md index 989d57a..674a3c8 100644 --- a/README.md +++ b/README.md @@ -58,55 +58,55 @@ Get the list actions availables. ie : platform, platformVersion, updatedAt, version, machineIdentifier, myPlexUsername. Return : [activities, butler, channels, clients, devices, diagnostics, hubs, library, livetv, media, player, playlists, resources, search, server, ...]. -## getLibraries() +#### getLibraries() Get a list of libraries. Return: [section, recentlyAdded, onDeck]. -## getLibrary([library = 'sections']) +#### getLibrary([library = 'sections']) Get a list of sections in the library. Return: [Movies, Music, TV Shows]. -## getDirectoriesFromSection([library = 'sections'], [sectionId = 2]) +#### getDirectoriesFromSection([library = 'sections'], [sectionId = 2]) Get list of directory in a specified section. Default : TV Shows section. Return : [all, unwatched, newest, recentlyAdded, recenntlyViewed, recentlyViewedShows, onDeck, folder, ...] -## getDirectory([library = 'sections'], [sectionId = 2], [directory = 'all']) +#### getDirectory([library = 'sections'], [sectionId = 2], [directory = 'all']) Get a list of TV Shows by directory. Default : TV Shows and all. Return : [studio, type, title, contentRating, summary, index, rating, year, thumb, art, duration, originallyAvailableAt, ...]. -## search([library = 'sections'], [sectionId = 2], [filters = { type: 2}]) +#### search([library = 'sections'], [sectionId = 2], [filters = { type: 2}]) Search Tv Shows, episodes, movies or musics. Default : [sectionId : Tv Shows, type: Tv Shows] For Tv Shows, type: [2: Tv Shows, 3: Seasonn, 4 : Episode] -## refresh([library = 'sections'], [sectionId = 2]) +#### refresh([library = 'sections'], [sectionId = 2]) Refresh a section. -## getMedatadata([id]) +#### getMedatadata([id]) Get metdata of a media. -## getServers() +#### getServers() Get a list of servers. Return: [name, host, address, port, machineIdentifier, version]. -## getSynchronize() +#### getSynchronize() Get synchronize info. -## synchronize([accounntId]) +#### synchronize([accounntId]) Synchronize Plex and Trakt.tv. -## getHubs([action = 'continueWatching']) +#### getHubs([action = 'continueWatching']) Hubs actions [continueWatching, onDeck] diff --git a/package-lock.json b/package-lock.json index 0362760..237501c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "pavie", - "version": "1.0.0", + "version": "1.0.1", "lockfileVersion": 1, "requires": true, "dependencies": {