mirror of
				https://github.com/ElvishArtisan/rivendell.git
				synced 2025-10-31 14:13:52 +01:00 
			
		
		
		
	2019-01-07 Fred Gleason <fredg@paravelsystems.com>
* Removed 'apis/rlm/'. * Removed the 'Edit Now & Next' button from the 'Configure RDAirPlay' dialog in rdadmin(1). * Removed RLM support from rdairplay(1) and rdvairplayd(8). * Removed v1.x legacy PAD update support from rdairplay(1). * Dropped the 'NOWNEXT_PLUGINS' table from the database. * Dropped the 'LOG_MACHINES.UDP_ADDR' field from the database. * Dropped the 'LOG_MACHINES.UDP_PORT' field from the database. * Dropped the 'LOG_MACHINES.UDP_STRING' field from the database. * Dropped the 'LOG_MACHINES.LOG_RML' field from the database. * Incremented the database version to 305.
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| # | ||||
| # PAD processor for Rivendell | ||||
| # | ||||
| #   (C) Copyright 2018 Fred Gleason <fredg@paravelsystems.com> | ||||
| #   (C) Copyright 2018-2019 Fred Gleason <fredg@paravelsystems.com> | ||||
| # | ||||
| #   This program is free software; you can redistribute it and/or modify | ||||
| #   it under the terms of the GNU General Public License version 2 as | ||||
| @@ -373,6 +373,10 @@ class Update(object): | ||||
|                  See the documentation for the 'escape()' method for valid | ||||
|                  field values. | ||||
|         """ | ||||
|         # | ||||
|         # MAINTAINER'S NOTE: These mappings must be kept in sync with | ||||
|         #                    those in 'lib/rdnownext.cpp'! | ||||
|         # | ||||
|         string=self.__replaceWildcardPair('a','artist',string,esc) | ||||
|         string=self.__replaceWildcardPair('b','label',string,esc) | ||||
|         string=self.__replaceWildcardPair('c','client',string,esc) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user