diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d5e5552..7d928908 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## v1.3.4 (2016-01-29) + +* Fix: Activity checker not starting with library update (history not logging). +* Fix: Libraries duplicated in database. +* Fix: Buffer notifications even when disabled when using websockets. +* Fix: Libraries and Users lists not refreshing. +* Fix: Server verification in settings. +* Fix: Empty libraries not added to database. +* Add: Unique identifier to notification options. +* Remove: Media type toggles for recently added notifications. +* Remove: Built in Twitter key and secret. +* Remove: Unnecessary quoting of script arguments. +* Change: Facebook notification instructions. + + ## v1.3.3 (2016-01-26) * Fix: Plays by Month graph not loading. diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 672c9fbf..f05d4ba7 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -359,6 +359,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents()
Force PlexPy to connect to your Plex Server via SSL. Your server needs to have remote access enabled.
+ + + +| {streams} | The number of concurrent streams. | -||
| {action} | -The action that triggered the notification. | -||
| {datestamp} | -The date the notification was triggered. | -||
| {timestamp} | -The time the notification was triggered. | -||
| {user} | The username of the person streaming. | @@ -1128,10 +1130,6 @@ available_notification_agents = sorted(notifiers.available_notification_agents(){ip_address} | The IP address of the device being used for playback. (PMS 0.9.14 and above) |
| {media_type} | -The type of media being played (movie, episode, track). | -||
| {stream_duration} | The stream duration (in minutes) for the item. | @@ -1224,6 +1222,10 @@ available_notification_agents = sorted(notifiers.available_notification_agents(){transcode_audio_channels} | The audio channels of the transcoded media. |
| {user_id} | +The unique identifier for the user. | +
| {media_type} | +The type of media (movie, episode, track). | +|
| {title} | -The full title of the item being played. | +The full title of the item. |
| {library_name} | -The library title of the item being played. | +The library title of the media item. |
| {show_name} | -The title of the TV series being played. | +The title of the TV series. |
| {episode_name} | -The title of the episode being played. | +The title of the episode. |
| {artist_name} | -The name of the artist being played. | +The name of the artistd. |
| {album_name} | -The title of the album being played. | +The title of the album. |
| {track_name} | -The title of the track being played. | +The title of the track. |
| {season_num} | -The season number for the media item if item is episode. | +The season number for the item if item is episode. |
| {season_num00} | @@ -1273,43 +1279,51 @@ available_notification_agents = sorted(notifiers.available_notification_agents()||
| {episode_num} | -The episode number for the media item if item is episode. | +The episode number for the item if item is episode. |
| {episode_num00} | The two digit episode number. | |
| {track_num} | +The track number for the item if item is track. | +|
| {track_num00} | +The two digit track number. | +|
| {year} | -The release year for the media item. | +The release year for the item. |
| {studio} | -The studio for the media item. | +The studio for the item. |
| {content_rating} | -The content rating for the media item. (e.g. TV-MA, TV-PG, etc.) | +The content rating for the item. (e.g. TV-MA, TV-PG, etc.) |
| {directors} | -A list of directors for the media item. | +A list of directors for the item. |
| {writers} | -A list of writers for the media item. | +A list of writers for the item. |
| {actors} | -A list of actors for the media item. | +A list of actors for the item. |
| {genres} | -A list of genres for the media item. | +A list of genres for the item. |
| {summary} | -A short plot summary for the media item. | +A short plot summary for the item. |
| {tagline} | @@ -1323,6 +1337,22 @@ available_notification_agents = sorted(notifiers.available_notification_agents(){duration} | The duration (in minutes) for the item. |
| {section_id} | +The unique identifier for the library. | +|
| {rating_key} | +The unique identifier for the item. | +|
| {parent_rating_key} | +The unique identifier for the item's parent (season or album). | +|
| {grandparent_rating_key} | +The unique identifier for the item's grandparent (TV show or artist). | +