@accepts(RB.RhythmDBEntry) @returns(gboolean) def should_transfer(entry)
Checks whether @entry should be transferred to the target. The target can check whether a matching entry already exists on the device, for instance. @rb_transfer_target_check_duplicate may form part of an implementation. If this method returns False, the entry will be skipped.
entry : |
a RB.RhythmDBEntry to consider transferring |
Returns : |
True if the entry should be transferred to the target |