View Single Post
Old 08-28-2019, 05:18 PM   #3685
JimmXinu
Plugin Developer
JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.JimmXinu ought to be getting tired of karma fortunes by now.
 
JimmXinu's Avatar
 
Posts: 7,045
Karma: 4604637
Join Date: Dec 2011
Location: Midwest USA
Device: Kobo Clara Colour running KOReader
Quote:
Originally Posted by DirCat View Post
Is there a way to easily pair up the people in 3+ person ships?
...
One way is to use replace_metadata. See the wiki pages and other posts in this thread if you need help understanding how replace_metadata works:

Code:
add_to_replace_metadata:
 ships=>^([^/]+)/([^/]+)/([^/]+)$=>\1/\2\,\2/\3\,\1/\3
JimmXinu is online now   Reply With Quote